All posts by Tuna Peyo

SQL COUNT() Function

Jun 27,92

The SQL COUNT() function can be used in two ways: COUNT(*) – counts the number of rows in a table …

Read More

SQL AVG() Function

Jun 27,92

The AVG() function is used to return the average value of a specific numeric column in the table. The syntax: …

Read More

SQL Functions

Jun 27,92

Just like any other computer language, SQL supports the use of functions to manipulate with data. Function is a simple …

Read More

SQL ALTER TABLE statement

Jun 27,92

The ALTER TABLE statement is used to update database table definitions. For example, to add a column in a table, …

Read More

SQL DROP statement

Jun 26,92

The SQL DROP statement permanently removes database objects such as tables, views, or indexes. To drop a database, use the …

Read More

SQL Constraints

Jun 26,92

SQL Constraints are rules which regulates how database data is inserted or manipulated. They are usually used to prevent a user from storing …

Read More
Geek University 2022