All posts by Tuna Peyo

Differences between Linux and Windows

May 27,93

Here are the major differences between Linux and Windows: Price Linux – distributions are generally free. Windows – a Windows license can …

Read More

What is Linux?

May 26,93

Linux is an open source operating system. Like other operating system (such as Windows) Linux consists of various software components that …

Read More

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