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
What is table level trigger?
what are the important architecture components of SSRS?
How to list all field names in the result set using mssql_field_name()?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
Does the unique constraint create an index?
What are the different types of replication are there in sql server 2000?
How do I install sql server?
What is the difference between index seek vs. Index scan?
What is a transaction and why is it important?
Do you know what are the reporting services components?
What will be query used to get the list of triggers in a database?
Would you store your query in a ssrs report or a database server? State the reason why?
Does index slows down insert statements?
Explain an automatic checkpoint
Write SQL queries on Self Join and Inner Join.