Our training courses

Other training resources

Our training venues

Why we are different

Details for YUVA

YUVA has participated in the following threads:

Added by YUVA on 31 Jul 2023 at 19:12

Select 
E.eventname,
e.eventdetails
from tblEvent e inner join tblCountry c on e.CountryID=c.CountryID
where c.CountryID not in (select top 30 c.CountryID from tblCountry c order by c.CountryName desc) and
CategoryID not in (select top 15 k.CategoryID from tblCategory as k order by k.CategoryName desc)
 

Added by YUVA on 31 Jul 2023 at 18:49

Select 
c.CountryName
from tblCountry    c
where (select count(*) from  tblEvent e where e.CountryID=c.CountryID )>8
order by c.CountryName

Added by YUVA on 31 Jul 2023 at 18:48

(1)  --------- 
Select 
top 3
cn.Continentname,
e.eventname
    
from tblEvent e 
inner join tblCountry c on e.CountryID=c.CountryID
inner join tblContinent cn on cn.ContinentID =c.ContinentID
    
(2) ------------
Select 
top 3
cn.Continentname

from tblEvent e 
inner join tblCountry c on e.CountryID=c.CountryID
inner join tblContinent cn on cn.ContinentID =c.ContinentID

Group by cn.ContinentName 
order by count(*) 
(3) ------------
Select 
cn.Continentname,
e.eventname
    
from tblEvent e 
inner join tblCountry c on e.CountryID=c.CountryID
inner join tblContinent cn on cn.ContinentID =c.ContinentID

where ContinentName in ('Antarctic','South America','Australasia')

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