what is the output for this query
select * from employee where 1=1;
Answers were Sorted based on User's Feedback
Answer / soorai ganesh
This Query will return all records from employee table.
Infact insteadof this query u can use " select * from employee ".Because the condition 1=1 is always true.It never become as false.
Both of the Queries are same..........
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / amit kumar
here...retrieve all column and records of employee. and
there is condition 1 = 1 is always true if 1 value in any
column.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
How to create hyperlink from returned sql query ?
What is bcp? When does it use?
What is global temp table?
What is one of the first things you would do to increase performance of a query? For example, a boss tells you that ?a query that ran yesterday took 30 seconds, but today it takes 6 minutes?
2 Answers Accenture, Merrill Lynch, Wipro,
Why we need a group by clause?
How data can be copied from one table to another table?
Do you know spatial data types - geometry and geography in sql server 2008?
How to view the error log for any specific instance? : sql server database administration
What is the difference between drop table and truncate table?
Can we update data in a view?
What is collation sensitivity? Explain different types.
What is a transact-sql statement batch in ms sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)