what is the output for this query
select * from employee where 1=1;
Answer Posted / 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 |
Post New Answer View All Answers
What is after dml trigger?
how many no of arguments can be passed in procedures and functions
What is the new security features added in sql server 2016? : sql server security
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
What is format parameter in ssrs?
What is a benefit of using an after insert trigger over using a before insert trigger?
what is unique and xaml nonclustered index
What happens when unicode strings concatenate with non-unicode strings?
Why do we need different type of parameter?
what is a join and explain different types of joins? : Sql server database administration
What is function of CUBE ?
How to create a large table with random data for index testing in ms sql server?
What is trace flag in sql server?
How to change the password of a login name in ms sql server?
Are semicolons required at the end of sql statements in sql server 2005?