What is the disadvantage of using subquery exact after a
select statement?ex.
select (select * from sometable)
Answer / sandeep
Main difference is the outer and inner querries are
independent each other. This executes inner querry for each
and every rows in outer querry. It is better to use joins
instead of sub querries where it is possible. But in some
cases we cud use subquerries
Is This Answer Correct ? | 12 Yes | 0 No |
what kind of lan types do you know? : Sql server database administration
What is default port number for sql server 2000?
what is for foreign key ??
4 Answers CarrizalSoft Technologies, Sabic,
How many clustered indexes there can be on table ?
What does truncate do?
Can you move the resources after pausing the node? : sql server database administration
What do you mean by authentication modes in sql server?
What is an Index?
How to perform key word search in tables?
‘Order by’ is not allowed in a view how can you sort information from a view?
What are different types of statements that are supported by sql?
How to provide Security for package?