All posts by Tuna Peyo

Linux online course

May 25,93

About this course This course teaches you how to install, use, and manage Linux. Linux is an open source computer operating …

Read More

SQL SUM() Function

Jun 27,92

The SQL SUM() function is used to return the total of all values in the specific table column. The syntax is: …

Read More

SQL MIN() Function

Jun 27,92

The MIN() function returns the lowest value of the selected column. The syntax: SELECT MIN (column1) FROM table; Let’s say …

Read More

The MAX() Function

Jun 27,92

The SQL MAX() function returns the highest value of the selected column. The syntax: SELECT MAX(column1) FROM table; Here is …

Read More

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