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

how can you access index

4 Answers   IBM, Tech Mahindra,


What is bind package and plan in db2?

0 Answers  


What do you need to do before you do EXPLAIN ?

1 Answers  


i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?

4 Answers  


If I have a view which is a join of two or more tables, can this view be updatable?

3 Answers  






What is data manager?

0 Answers  


How to create backup table in db2?

0 Answers  


When do you use the IMAGECOPY?

4 Answers  


Are view updateable?

0 Answers  


How to get Top 10 Salaries from a Table

11 Answers   Accenture, HTC,


How to fetch the last row from the table in SQL (db2)?

0 Answers  


What is rct?

0 Answers  


Categories