SQL

SQL DELETE statement

Jun 6,92

The SQL DELETE statement is used to delete one or more rows in a table. The syntax of this statement …

Read More

SQL UPDATE statement

Jun 6,92

The SQL UPDATE statement is used to update one or more rows in a table. Here is the syntax: UPDATE …

Read More

SQL INSERT INTO statement

May 30,92

The simplest way to insert data into tables is by using the SQL INSERT INTO statement. This statement requires that you …

Read More

SQL ORDER BY clause

May 30,92

The SQL ORDER BY clause is used to sort the result-set by one or more columns. It is used when you want …

Read More

SQL AND and OR operators

May 28,92

In this lesson, you’ll learn how to use AND and OR operators to filter records based on more than one condition. Using …

Read More

SQL WHERE clause

May 28,92

Sometimes you want to fetch specific data from database table. This can be achieved by data filtration. Within a SELECT …

Read More
Geek University 2022