freeskillacademy
46 subscribers
58 photos
38 links
This is the official channel for freeskillacademy.com
Download Telegram
Lesson 17 is added to the SQL tutorial.
In this lesson, you will learn how to select specific records from a database table using SQL commands:
https://freeskillacademy.com/tutorials/sql/where
Lesson 18 is added to the SQL tutorial.
In this lesson, you will learn how to sort selected records using SQL commands:
https://freeskillacademy.com/tutorials/sql/order-by
Lesson 19 is added to the SQL tutorial.
In this lesson, you will learn how to remove duplicated rows from a result set.
https://freeskillacademy.com/tutorials/sql/distinct
Lesson 20 is added to the SQL tutorial.
In this lesson, you will learn how to modify or update the existing data in the table:
https://freeskillacademy.com/tutorials/sql/update
Lesson 21 is added to the SQL tutorial.
In this lesson, you will learn how to modify or update the existing data in the table:
https://freeskillacademy.com/tutorials/sql/delete
Lesson 22 is added to the SQL tutorial.
In this lesson, you will learn how to set the maximum number of records that can be returned when retrieving records from a database table using SQL:
https://freeskillacademy.com/tutorials/sql/limit
👍1
Lesson 23 is added to the SQL tutorial.
In this lesson, you will learn how to combine the results of two or more select statements:
https://freeskillacademy.com/tutorials/sql/union
Lesson 24 is added to the SQL tutorial.
In this lesson, you will learn how to create mandatory fields, how to check whether the field is null or not and how you can replace NULL values:
https://freeskillacademy.com/tutorials/sql/null-values
Lesson 25 is added to the SQL tutorial.
In this lesson, you will learn how to use the SQL built-in functions to perform calculations on table data:
https://freeskillacademy.com/tutorials/sql/aggregate-functions
1
Lesson 26 is added to the SQL tutorial.
In this lesson, you will learn how to group rows that have common values using SQL:
https://freeskillacademy.com/tutorials/sql/group-by
1
Lesson 27 is added to the SQL tutorial.
In this lesson, you will learn how to filter the groups returned in SQL:
https://freeskillacademy.com/tutorials/sql/having
1
Lesson 28 is added to the SQL tutorial.
In this lesson, you will learn how to create a duplicate copy of an existing database table using SQL.
https://freeskillacademy.com/tutorials/sql/cloning-tables
Lesson 29 is added to the SQL tutorial.
In this lesson, you will learn how to return a specific value based on a list of conditions using SQL:
https://freeskillacademy.com/tutorials/sql/case
Lesson 30 is added to the SQL tutorial.
In this lesson, you will learn how to restrict columns to contain unique values using SQL:
https://freeskillacademy.com/tutorials/sql/unique
Lesson 31 is added to the SQL tutorial.
In this lesson, you will learn how to distribute data over several tables:
https://freeskillacademy.com/tutorials/sql/relationships