Welcome to Westonci.ca, your one-stop destination for finding answers to all your questions. Join our expert community now! Discover a wealth of knowledge from experts across different disciplines on our comprehensive Q&A platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

Construct a SQL query that displays a list of colleges, their sity/state, the accrediting agency, and whether or not the school is distance only. Only show the first 10 records.Modify the previous query such that only colleges in New Jersey, Pennsylvania and Deleware are displayed. Only show the first 10 records.Modifiy the query such that only colleges in Philadelphia are displayed, and sort the results by the name of the college. Only show the first 10 records.Modifiy the query above to show only colleges in New Jersey, Pennsylvania and Deleware, that only offer courses online (distance education). Display only the college names, in alphabetical order.Construct a query that shows all colleges, their city/state, where the college URL's top level domain is NOT .edu, and courses are only offered online.