There are two tables (T1, T2) with different rows. Find the
output of query. Select count(*) from T1,T2.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jitendra sharma caresoft inc.
No of rows in table T1 * No of rows in table T2
Is This Answer Correct ? | 9 Yes | 0 No |
Is candidate a key?
What have included columns when we talk about sql server indexing?
What is the difference between the application object and session object?
Explain the dirty pages?
Explain datetime2 data type in sal server 2008?
How to change a login name in ms sql server?
How to create a new schema in a database?
What is awe?
How you can find out if an index is useful to the optimizer?
What is dml command?
What is a data source file?
What are “lock” hints?