what is the output for this query
select * from employee where 1=1;
Answer Posted / mohanakrishna
The querry display the total table information present in
the database.
EID ENAME MID
101 rama null
102 sita 101
103 siva 101
104 ganesh 103
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to make remote connection in database?
What is Lock table in SQL?
What is dynamic cursor in SQL SERVER?
You want to use a perspective in an mdx query. How do you select the perspective?
You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?
Can we call future method from trigger?
How will you decide the active and passive nodes?
What is extent? Types of extents?
what are the critical issues you have resloved in your company
What is logshipping and its purpose?
How to provide values to user defined function parameters?
what stored procedure would you use to view lock information? : Sql server administration
what are cursors? : Sql server database administration
How to use linked server?
Can a unique index be created on a column, which contains null?