Our training courses

Other training resources

Our training venues

Why we are different

Details for FadwaEgypt

FadwaEgypt has participated in the following threads:

Added by FadwaEgypt on 03 Dec 2021 at 12:04

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

 

 

Added by FadwaEgypt on 26 Oct 2021 at 10:02

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.

 

Added by FadwaEgypt on 23 Oct 2021 at 16:18

select * from tblEvent
where Year(EventDate) = 2005 and MONTH(EventDate) = 2

select * from tblEvent
where EventDate between '2005-02-01' and '2005-02-28'

Added by FloridaMan on 23 Sep 2021 at 12:34

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***

Head office

Kingsmoor House

Railway Street

GLOSSOP

SK13 2AA

London

Landmark Offices

99 Bishopsgate

LONDON

EC2M 3XD

Manchester

Holiday Inn

25 Aytoun Street

MANCHESTER

M1 3AE

© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.

End of small page here
Please be aware that our website uses cookies!
I'm OK with this Tell me more ...