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 do you delete duplicate records in sql server?
Can we take the full database backup in log shipping?
what is checksum in sql server.........???
How to use the inserted and deleted pseudo tables?
Explain about local stored procedure?
Do you know sql server 2008 introduces automatic auditing?
How do I port a number to sql server?
What is sql server transaction log file?
Explain the difference between control flow and data flow?
What are the fixed server level roles? : sql server security
How to generate create function script on an existing function?
do views contain data ?
Explain about SQLOS?
How to stop log file growing too big?
What is the sql case statement used for?