There are two tables (T1, T2) with different rows. Find the
output of query. Select count(*) from T1,T2.
Answer Posted / prabhash yadav
yes multiply both tables rows
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
Do you know sql server 2008 introduces automatic auditing?
What is the difference between system objects and user objects?
How to create function without parameter in sql server?
Explain what is scheduled job and how to create it?
What is the boxing and unboxing concept in .net?
how would you improve etl (extract, transform, load) throughput?
What is sqlservr.exe - process - sql server (sqlex?press)?
What is the difference between truncate and delete commands?
What is the use of RDBMS?
What are the differences between char and nchar in ms sql server?
Who developed sql server?
What type of locking occurs during the snapshot generation? : sql server replication
Why we use trigger in sql server with example?
How can you list all the columns in a database?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }