In an Sql Select statement querying a single table an asterisk(*) means?

 Posted by vishalneeraj-24503 on 9/27/2014 | Category: Sql Server Interview questions | Views: 3139 | Points: 40
Select from following answers:
  1. all columns of the table are to be returned.
  2. all records meeting the full criteria are to be returned.
  3. all records with even partial criteria met are to be returned.
  4. None of the above.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response