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
Is it possible to create trigger on views?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What are the diifferences between the ms sql server vs mysql?
What is a fan-out query in SQL Azure?
What stored by the msdb? : sql server database administration
Do you know spatial data types - geometry and geography in sql server 2008?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
What are views used for?
Explain different types of Normalization.
Describe in brief sql server monitoring ways.
Is sql server difficult to learn?
Describe how to use linked server?
What is user-defined scalar function?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
Explain Geometry datatype in sql server 2008 with example