what is the output for this query
select * from employee where 1=1;
Answer Posted / amit kumar
here...retrieve all column and records of employee. and
there is condition 1 = 1 is always true if 1 value in any
column.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain about integration services of Microsoft SQL server?
What is RAID? What are the different types of RAID configurations?
Explain the creation and execution of a user-defined function in the sql server?
What stored by the model?
How will you decide the active and passive nodes?
What is the minimum recommended amount of ram for sql server 2012 enterprise?
What is an execution plan? When would you use it?
Explain sql server authentication modes?
What is difference between index and primary key?
When I delete any data from a table, does the sql server reduce the size of that table?
Do you know what is replace and stuff function in sql server?
What is replication with database mirroring? : sql server database administration
what is the main function of a query parameter?
Will the writetext statement activate a trigger?
What are the disadvantages of indexes?