Hi to everyone out there, I am writing a web-site which lists films. One of the tables is a customers. I have been asked to provide a list of all the customers who reside in the town with the most registrations. For example ten customers in Glasgow, five in Edinburgh etc. The output should cater for two or more towns satisfying the query. I know I need to use subquerys to return the values from this table in terms of count the max number of towns etc but am totally stuck as to what to do next. Would someone out there help me please?
The customer table looks like:
customerid
surname
forename
DOB
Address
Town
postcode
phonenumber
email
Thanks in advance for any help you can manage.
The customer table looks like:
customerid
surname
forename
DOB
Address
Town
postcode
phonenumber
Thanks in advance for any help you can manage.