Logo 
Search:

SQL FAQ

Submit Interview FAQ
Home » Interview FAQ » SQLRSS Feeds

Using the CHECKS table, write a query to return all the unique remarks

  Shared By: Shruti Sharma    Date: Dec 21    Category: SQL    Views: 841

Answer:

Using the CHECKS table, write a query to return all the unique remarks.

SELECT DISTINCT REMARKS FROM CHECKS;

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: