Select from following answers:- Throws error
- Display one time "sampleText"
- Display "sampleText" as many rows in Employee table

- Will select employee table data
- All Above
SELECT 'sampleText' FROM Employee
The above SELECT statement displays "sampleText" as many rows in Employee table
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator