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
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
What is attribute hierarchy? : sql server analysis services, ssas
can we have a nested transaction? : Sql server database administration
What is SQL Azure?
What do you mean by authentication modes in sql server?
How do you use a subquery to find records that exist in one table and do not exist in another?
What is reportserver and reportservertempdb ?
Which are the important points to note when multilanguage data is stored in a table?
What is the significance of master, tempdb and model databases?
What is the difference between row_number and dense_rank?
explain different types of joins? : Sql server database administration
What is report snapshot in ssrs?
Explain about integration services of Microsoft SQL server?
How do I open a .db file?
How to insert data into an existing table?