Our training courses

Other training resources

Our training venues

Why we are different

Details for Dintakurthi

Dintakurthi has participated in the following threads:

Added by Dintakurthi on 20 Nov 2020 at 06:23

This is also a perfect output:

SELECT A.CountryName
FROM TblCountry A 
INNER JOIN 
(
SELECT TE.CountryID, COUNT(TE.EventID) XYX
FROM tblEvent TE 
GROUP BY TE.CountryID HAVING COUNT(TE.EventID) > 8) B ON A.CountryID = B.CountryID
)

Added by shahnawaz on 20 Jul 2020 at 12:22

select AuthorName, count(EpisodeNumber), EpisodeDate as [Earliest date], EpisodeDate as [Latest date] from 
                                tblAuthor INNER JOIN tblEpisode ON tblAuthor.AuthorId=tblEpisode.AuthorId
                                group by AuthorName, EpisodeDate
                                order by [Earliest date] asc, [Latest date] desc

What is the problem with my code?

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