Our training courses

Other training resources

Our training venues

Why we are different

Details for NikD

NikD has participated in the following threads:

Added by NikD on 16 Apr 2020 at 15:17

select  T1.EventName,T3.ContinentName
from tblEvent T1
full join tblCountry T2 on  T2.CountryID=T1.CountryID
full join tblContinent T3 on T3.ContinentID = T2.ContinentID
where T3.ContinentName IN
    ( 
        select top 3 T3.ContinentName
        from tblEvent T1
        full join tblCountry T2 on  T2.CountryID=T1.CountryID
        full join tblContinent T3 on T3.ContinentID = T2.ContinentID
        group by T3.ContinentName order by count(t1.EventID) asc
    );

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