What is the output of below SQL ?
SELECT 'sampleText' FROM Employee

 Posted by Bandi on 6/23/2015 | Category: Sql Server Interview questions | Views: 2907 | Points: 40
Select from following answers:
  1. Throws error
  2. Display one time "sampleText"
  3. Display "sampleText" as many rows in Employee table
  4. Will select employee table data
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Jayakumars on: 7/20/2015 | Points: 10
hi
answer is 3.Display "sampletext" as many rows in Employee Table

Login to post response