Logo 
Search:

SQL FAQ

Submit Interview FAQ
Home » Interview FAQ » SQLRSS Feeds

Using the CHECKS table from earlier today, write a query to return just the check numbers and t

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

Answer:

Using the CHECKS table from earlier today, write a query to return just the check numbers and the remarks.

SELECT CHECK#, REMARKS FROM CHECKS;

Share: 
 



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


Tagged: