SQL for beginners with: Microsoft SQL Server | PostgreSQL
- Description
- Curriculum
- FAQ
- Reviews
SQL or Structured Query Language is a critical tool for data professionals. It is undoubtedly the most important language for getting a job in the field of data analysis or data sciences.
Millions of data points are being generated every minute and raw data does not have any story to tell. After all this data gets stored in databases and professionals use SQL to extract this data for further analysis.
SQL is the most common language for extracting and organising data that is stored in a relational database.
A database is a table that consists of rows and columns. SQL is the language of databases.
It facilitates retrieving specific information from databases that are further used for analysis.
SQL can be used to:
-
Execute queries against a database
-
Retrieve data from a database
-
Insert records into a database
-
Update records in a database
-
Delete records from a database
-
Create new databases, or new tables in a database
-
Create stored procedures & views in a database
-
Set permissions on tables, procedures, and views
-
Backup and restore data
-
Join data from multiple tables
Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other
software applications—which may run either on the same computer or on another computer across a network.
PostgreSQL, also known as Postgres, is a free and open-source relational database management system emphasizing extensibility and SQL compliance.
-
1IntroductionVideo lesson
-
2What is SQL ServerVideo lesson
-
3SQL Server EditionsVideo lesson
-
4Hardware and Software Installation RequirementsVideo lesson
-
5Download SQL ServerVideo lesson
-
6Install SQL ServerVideo lesson
-
7Install SSMSVideo lesson
-
8Connect SSMS to SQL ServerVideo lesson
-
9Install Sample DatabaseVideo lesson
-
10Database ConceptsVideo lesson
-
11What is SQLVideo lesson
-
12What is Microsoft SQL (T-SQL)Video lesson
-
13Creating databasesVideo lesson
-
14Creating tablesVideo lesson
-
15Inserting data into databaseVideo lesson
-
16Retrieving data from databaseVideo lesson
-
17Creating ViewsVideo lesson
-
18Creating stored proeduresVideo lesson
-
19Updating RecordsVideo lesson
-
20Backing up databaseVideo lesson
-
21Deleting recordsVideo lesson
-
22Truncating tablesVideo lesson
-
23Dropping tablesVideo lesson
-
24Dropping databaseVideo lesson
-
25Restoring databaseVideo lesson
-
36What is PostgreSQLVideo lesson
-
37Installing PostgreSQL on WindowsVideo lesson
-
38Installing PostgreSQL on MacsVideo lesson
-
39Installing PostgreSQL on LinuxVideo lesson
-
40Installing PgAdmin on MacsVideo lesson
-
41Installing PgAdmin on LinuxVideo lesson
-
42Connect PgAdmin to PostgreSQLVideo lesson
-
43Install Sample databaseVideo lesson
-
52Comparison OperatorsVideo lesson
-
53Between OperatorsVideo lesson
-
54Not Between OperatorsVideo lesson
-
55Like OperatorsVideo lesson
-
56NOT OperatorVideo lesson
-
57OR OperatorVideo lesson
-
58AND OperatorVideo lesson
-
59Combining AND | OR OperatorVideo lesson
-
60Limit OperatorVideo lesson
-
61IN OperatorVideo lesson
-
62Union OperatorVideo lesson
-
63Union All OperatorVideo lesson
-
64INTERSECT OperatorVideo lesson
-
65EXCEPT OperatorVideo lesson
External Links May Contain Affiliate Links read more