All posts by Tuna Peyo

SQL wildcards

Jun 8,92

With SQL wildcards, you can create search patterns that can be compared against your data. The wildcards themselves are actually …

Read More

SQL LIKE operator

Jun 6,92

The SQL LIKE operator gives you the ability to search through a database using wildcards. The syntax is: SELECT column_name1 …

Read More

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