Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
547 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
SELECT Concat(EventName, ' (' , CategoryID , ') ')
,EventDate
FROM tblEvent
WHERE CountryID = 1
SELECT EventName + ' (' + Convert(Varchar(2),CategoryID) + ')'
,EventDate
FROM tblEvent
WHERE CountryID = 1
SELECT EventName + ' (' + Cast(CategoryID as varchar(2)) + ')'
,EventDate
FROM tblEvent
WHERE CountryID = 1
I thank Allah every day because I found this website, Awesome and perfect exercises, and not only here but also your youtube channel, and a lot of my friends in Egypt have known about it and study from it.
SO THANK YOU SO MUCH TO EVERYONE'S EFFORT IN MAKING THIS WEBSITE.
select * from tblEvent
where Year(EventDate) = 2005 and MONTH(EventDate) = 2
select * from tblEvent
where EventDate between '2005-02-01' and '2005-02-28'
select c.CategoryName as Category_Name
, count(c.CategoryName) as Number_of_events
from [dbo].[tblEvent] e
left join [dbo].[tblCategory] c
on e.CategoryID = c.CategoryID
group by c.CategoryName
order by Number_of_events desc
***BOOM,DONE***
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.