1.What is SubQuery? Explain with syntax and example query A subquery in mysql is a query embeded within another sql query .this query is otherwise called as inner query or nested query. syntax of ...