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
What is check constraint in sql server?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
What is the difference in accessing db between sql server vs sql azure?
Explain the difference between clustered and non-clustered index?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What is the difference between cube operator and rollup operator? : SQL Server Architecture
what's the difference between delete table and truncate table commands? : Sql server database administration
What will be the maximum number of index per table?
Explain difference between cross join and full outer join?
What is the need for group functions in sql?
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
How to convert numeric values to integers in ms sql server?
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
What are wait types?
How to create a testing table with test data in ms sql server?