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
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
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
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
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
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
learn how to draw any shape using HTML and CSS only:
https://freeskillacademy.com/posts/learn-css-drawing
https://freeskillacademy.com/posts/learn-css-drawing
FreeSkillAcademy
Learn CSS Drawing
Geometric shapes can be drawn by placing several <div> tags on the page and then adding the right length, width, color, rotation, and other available properties in CSS. In this article, you will learn several ways to draw geometric shapes using HTML and CSS.
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
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
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
In this lesson, you will learn how to filter the groups returned in SQL:
https://freeskillacademy.com/tutorials/sql/having
❤1
In this tutorial, you will learn how to spin any HTML element on mouse hover in pure CSS:
https://freeskillacademy.com/posts/rotate-element-on-hover
https://freeskillacademy.com/posts/rotate-element-on-hover
FreeSkillAcademy
Rotate Element On Hover In CSS
In this tutorial, you will learn how to spin any HTML element on mouse hover in pure CSS.
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
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
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
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
In this lesson, you will learn how to distribute data over several tables:
https://freeskillacademy.com/tutorials/sql/relationships
Lesson 32 is added to the SQL tutorial.
In this lesson, you will learn how to distribute data into several tables correctly so you can link them together again when you need to retrieve them:
https://freeskillacademy.com/tutorials/sql/relationships-types
In this lesson, you will learn how to distribute data into several tables correctly so you can link them together again when you need to retrieve them:
https://freeskillacademy.com/tutorials/sql/relationships-types