SQL Fundamentals for beginners
- Description
- Curriculum
- FAQ
- Reviews
Almost all applications you interact with on a daily basis involves data which are stored in databases . Applications such as Facebook, Instagram, Whatsapp, Twitter, Hospitals ,Banks etc all interacts with data stored in databases.
SQL is the language used to interact with the data inside these databases. SQL skills are always in demand due to the ever increasing use and reliance of data.
In this beginners course, you will learn the building blocks of SQL by interacting with a PostgreSQL database. From creating a brand new table, up through organizing and aggregating data across multiple tables, you will learn the fundamental skills of SQL — and you’ll be prepared to apply them right away.
Topics include:
-
Installing PostgreSQL Relational Database System
-
Connecting to PostgreSQL Default Database
-
Load sample database
-
Creating database and tables
-
Using constraints
-
Retrieving data from database table
-
Updating data inside a table
-
Deleting data inside a database table
-
Filtering data returned from a database table
-
Sorting data returned from a database table
-
Retrieving data using various operators
-
Combining data from multiple tables
-
Using aggregate functions to manipulate data.
-
Using subqueries
-
1IntroductionVideo lesson
-
2What is SQLVideo lesson
-
3Basic Database ConceptsVideo lesson
-
4What is PostgreSQLVideo lesson
-
5Download and install PostgreSQL for WindowsVideo lesson
-
6Download and install PostgreSQL for MacVideo lesson
-
7Connecting to a PostgreSQL DatabaseVideo lesson
-
8Load sample databaseVideo lesson
-
9Exploring some database objectsVideo lesson
-
10Using Constraints for data integrityVideo lesson
-
11Create databaseVideo lesson
-
12Create a table with PgAdminVideo lesson
-
13SchemaVideo lesson
-
14IntroductionVideo lesson
-
15Create a table with SQLVideo lesson
-
16Retrieve all data from Table with SQL SELECTVideo lesson
-
17Retrieve specific data from Table with SQL SELECTVideo lesson
-
18Modify data in table using SQL UPDATEVideo lesson
-
19Remove data from table using SQL DELETEVideo lesson
-
20Filtering Data using SQL WHERE ClauseVideo lesson
-
21Ordering data using SQL ORDER BY ClauseVideo lesson
-
22SubqueriesVideo lesson
-
23Removing Duplicate RecordsVideo lesson
-
24Truncating a TableVideo lesson
-
25Adding new data to table using SQL INSERTVideo lesson
-
26Comparison OperatorsVideo lesson
-
27BETWEEN OperatorsVideo lesson
-
28NOT BETWEEN OperatorsVideo lesson
-
29LIKE OperatorsVideo lesson
-
30NOT OperatorsVideo lesson
-
31OR OperatorsVideo lesson
-
32AND OperatorsVideo lesson
-
33Combining OR | AND OperatorsVideo lesson
-
34IN OperatorsVideo lesson
-
35UNION OPeratorsVideo lesson
-
36UNION ALL OperatorsVideo lesson
-
37INTERSECT OperatorsVideo lesson
External Links May Contain Affiliate Links read more