- SQL NOT operatorSQL NOT operator is used in where clause along with other conditions and it is… Read more: SQL NOT operator
- SQL OR operatorIn the previous article, we learn how to use AND operator. In this post, we… Read more: SQL OR operator
- SQL AND operatorIt is often required to filter records in a table using the where clause. If… Read more: SQL AND operator
- SQL ORDER BY keywordSQL “Order by” statement is used for sorting table records either in the ascending or… Read more: SQL ORDER BY keyword
- SQL WHERE ClauseIt is often required to filter records in the table based on some condition/s. To… Read more: SQL WHERE Clause
- SQL DISTINCT keywordSQL DISTINCT keyword is used to retrieve unique ( distinct ) values from the table.… Read more: SQL DISTINCT keyword
- SQL SELECT statementSQL Select statement is used to retrieve data from the database. The data is returned… Read more: SQL SELECT statement