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 is exclusive locks?
What is the difference between indexing and hashing?
What are translations and its use? : sql server analysis services, ssas
What is the difference between a check constraint and a rule?
What are the different SQL Server Versions you have worked on?
What are the advantages of using sql server over ms access or why should one use sql instead of ms access
What do you mean by a Composite primary key?
How to concatenate two strings in SQL Server.
Explain Normalization and DE normalization
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
how many joins we can write if at all we have n no of tables
5 Answers Tanla Solutions, TS,
What is the distinction amongst delete and truncate?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)