All posts by Tuna Peyo

SQL SELECT LIMIT statement

Jun 6,92

The SQL SELECT LIMIT statement can be used to return just the first row or a set number of rows of …

Read More

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
Geek University 2022