what is the output for this query
select * from employee where 1=1;
Answer Posted / guest
Retriving all employee table records
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the types of sql server?
What is the use of @@spid?
When is update_statistics command used?
What is the purpose of linked server configuration in sql server?
How do you start single user mode in clustered installations?
What does <> symbol mean?
How to get the definition of a stored procedure back?
when you create a database how is it stored? : Sql server database administration
How many null values we can have in a unique key field in sql server?
Can you edit the .rdl code associated with a linked report?
How to optimize stored procedures in sql server?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
explain different types of backups avaialabe in sql server? : Sql server database administration
What is the standby server?
What are the parts of a function?