Lab 2 DBMS
Lab 2 DBMS
• The AND operator displays a record if all the conditions separated by AND
are TRUE.
• The OR operator displays a record if any of the conditions separated by OR
is TRUE.
The NOT operator displays a record if the condition(s) is NOT TRUE.
SQL ORDER BY Keyword
SQL INSERT INTO Statement
SQL NULL Values
SQL UPDATE Statement
SQL DELETE Statement
SQL TOP, LIMIT or ROWNUM Clause
SQL MIN() and MAX() Functions
SQL IN Operator
SQL BETWEEN Operator
SQL Aliases
SQL FOREIGN KEY Constraint
SQL Joins
SQL GROUP BY Statement
SQL INSERT INTO SELECT Statement