DDL & DML
DDL-(DATA DEFINITION LANGUAGE)
1.CREATE
2.ALTER
1.ADD
2.MODIFY
3.RENAME
4.DROP
These...
Friday, 8 July 2016
SUB QUERY
SUB QUERY
*The Query with in another is query is known as "SUB QUERY".
*In Sub query the inner part is execute first and the Outer query will execute second.
*Can not use the WHERE condition after the GROUP BY Clause.
*Sub query start with...