write my assignment 3589

Write a SQL statement in Microsoft Word to identify patrons who have visited with children. Use SELECT DISTINCT to eliminate duplicates. Copy and paste the resulting table into your Word Document.

Write a SQL statement in Microsoft Word to identify different Patrons with the same names (FirstName, LastName). (HINT: Use a GROUP clause and limit your results with a HAVING COUNT(*) > 1 clause.) Copy and paste the resulting table into your Word Document.

Write a SQL statement in Microsoft Word to identify Patrons (FirstName, LastName, eMail) who have visited more than once. Sort the output in descending order by Count (ORDER BY Count(*) DESC). Copy and paste the resulting table into your Word Document.

 
"Not answered?"
Get the Answer