chinmay.sahoo
New member
• Subquery or Inner query or Nested query is a query in a query.
• A Subquery is usually added in the WHERE Clause of the sql statement.
• Used when we know how to search a value using SELECT statement, but don’t know the xact value.
• Subqueries are an alternate way of returning data from multiple tables.
• Subqueries can be used with the following sql statements along with the comparison operators like =, <, >, >=, <= etc. SELECT, INSERT, UPDATE, DELETE
• A Subquery is usually added in the WHERE Clause of the sql statement.
• Used when we know how to search a value using SELECT statement, but don’t know the xact value.
• Subqueries are an alternate way of returning data from multiple tables.
• Subqueries can be used with the following sql statements along with the comparison operators like =, <, >, >=, <= etc. SELECT, INSERT, UPDATE, DELETE