There are two tables (T1, T2) with different rows. Find the
output of query. Select count(*) from T1,T2.
Answer Posted / jitendra sharma caresoft inc.
No of rows in table T1 * No of rows in table T2
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain the different index configurations a table can have?
What is the purpose of update statistics and scope_identity() function?
What is sql server programming?
What are unicode character string data types in ms sql server?
What is the usage of the sign function?
What is pivot and unpivot?
What is the difference between stored procedure and user defined functions?
How to find which stored procedure is currently running in sql server?
What is report subscription?
How to enforce security in sql server? : sql server security
How column data types are determined in a view?
Explain what is use of dbcc commands?
What are the advantages of user-defined functions over stored procedures in sql server?
What is a synonym for manipulation?
What is the difference between mysql and sql server?