what is the out put of below queries?
a. select * from Emp where null = null;
b. select * from Emp where 1=1;
Answer Posted / rohit
in first case it would response and it will show error and
in second case it will show object belonging to first row
and column
| Is This Answer Correct ? | 4 Yes | 29 No |
Post New Answer View All Answers
Sql server reporting services vs. Crystal reports.
What is merge?
How many full-text indexes can a table have?
what are the new features in SSRS?
How do you manipulate data?
How to create median function?
How do I create a stored procedure in dbml?
What are the differences between char and varchar in ms sql server?
explain how to create a new schema in a database? : Sql server database administration
What are the different subsets of sql?
How to create a ddl trigger using "create trigger" statements?
how to create “alternate row colour”?
Explain the third normal form(3nf)?
What are cursors in ms sql server?
What is a filestream?