What is subquery ?

Answers were Sorted based on User's Feedback



What is subquery ?..

Answer / s

Subquery is a SELECT statement used within a WHERE clause
or having CLAUSE of an SQL statment.

Is This Answer Correct ?    26 Yes 5 No

What is subquery ?..

Answer / xx

A query embedded inside another (parent) SQL statement,
returning rows used by the parent.

Is This Answer Correct ?    15 Yes 6 No

What is subquery ?..

Answer / v.chellappa

Usally subquery is executed first then result return to the
main query.
Based on the returned value the main querey is executed

Is This Answer Correct ?    7 Yes 1 No

What is subquery ?..

Answer / kinjal patel

subquery is a slect statement that is embaded in clause of
another sql statement ,called the parent statement.

Is This Answer Correct ?    3 Yes 0 No

What is subquery ?..

Answer / pooja intwala

A subquery is a SELECT statement within another SQL statement. The SQL statement can be SELECT, WHERE clause, FROM clause, JOIN, INSERT, UPDATE, DELETE, SET, DO, or another subquery.

Is This Answer Correct ?    0 Yes 0 No

What is subquery ?..

Answer / navdeep gill

subquery can be define sa a select query that erturns
single or multiple values

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More DB2 Interview Questions

What happens to a cursor after a commit?

3 Answers  


What is a DB2 bind?

3 Answers  


What will the FREE command do to a plan?

2 Answers  


How and when does the db2 enforces the unique key?

0 Answers  


What is dbrm?

0 Answers  






How to see the structure of db2 table??

4 Answers   IBM,


How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?

2 Answers  


Define check constraint.

0 Answers  


what are the SQL codes u freequently got?

2 Answers   Logica CMG,


What information is contained in a SYSCOPY entry?

2 Answers  


What does db2 blu stand for?

0 Answers  


What is scrollable cursor in db2?

0 Answers  


Categories