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 retrieve field values using mssql_result()?
What information is maintained within the msdb database?
Where can you find the error log information? : sql server database administration
what changed between the previous version of sql server and the current version? : Sql server database administration
What are different types of schemas?
How to create database with physical files specified in ms sql server?
How to assign null values to variables or columns?
What is user-defined multi-statement table-valued function?
How do I view a stored procedure in sql server?
What is the difference between a stored procedure and a user defined function?
What is cube dimension? : sql server analysis services, ssas
What are “unrepeatable reads”?
What is a Join and explain its types?
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
How to create new databases with "create database" statements?