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 are approximate numeric data types in ms sql server?
What is the maximum number of index per table?
What is data mart? : sql server analysis services, ssas
What is partition index in sql server?
What do you mean by 'normalization'?
How to search for a string in all stored procedure in sql server?
Explain different types of lock modes in sql server 2000?
Explain system views?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
Can we use trigger new in before insert?
What is cdc in sql server?
how to take backup bcp out for a column in table in sql server?
What is query optimization process?
How to provide values to stored procedure parameters in ms sql server?
What is primary key index?