There are two tables (T1, T2) with different rows. Find the
output of query. Select count(*) from T1,T2.
Answer Posted / atul sharma
the result will be--
Number of rows in table T1 multiply(*) the Number of rows
in table T1
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
Can the “if update (colname)” statement be used in a delete trigger?
How do I perform an unattended install of sql server 2000?
What is encryption key?
Explain what is the difference between a local and a global temporary table?
What purpose does the model database server?
How to create a user to access a database in ms sql server using "create user" statements?
Define the one-to-one relationship while designing tables.
What is the difference between mysql and sql server?
What you can do to delete a table without the delete trigger firing?
Do you know what is similarity and difference between truncate and delete in sql?
Can a database be shrunk with users active?
What are the differences between web role and worker role?
What is the difference between char, varchar and nvarchar?
What are wait types?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration