SQL for beginners with :( PostgreSQL, MySQL, SQL Server )
- Description
- Curriculum
- FAQ
- Reviews
SQL is a standard language for accessing and manipulating databases.
SQL is one of the most in-demand tech skill used across many industries.
What is SQL?
SQL stands for Structured Query Language
What Can SQL do?
- SQL lets you access and manipulate databases
- SQL can execute queries against a database
- SQL can retrieve data from a database
- SQL can insert records in a database
- SQL can update records in a database
- SQL can delete records from a database
- SQL can create new databases
- SQL can create new tables in a database
- SQL can create stored procedures in a database
- SQL can create views in a database
- SQL can filter data returned from a database
- SQL can sort data returned by a database.
- SQL can be used to truncate and drop tables.
PostgreSQL is a powerful, open source object-relational database system.
PostgreSQL is an advanced, enterprise-class, and open-source relational database system. PostgreSQL supports both SQL (relational) and JSON (non-relational) querying.
PostgreSQL is a highly stable database backed by more than 20 years of development by the open-source community.
PostgreSQL is used as a primary database for many web applications as well as mobile and analytics applications.
MySQL is a relational database management system based on SQL – Structured Query Language. The application is used for a wide range of purposes, including data warehousing, e-commerce, and logging applications. The most common use for mySQL however, is for the purpose of a web database.
SQL SERVER is a relational database management system (RDBMS) developed by Microsoft. It is primarily designed and developed to compete with MySQL and Oracle database.
SQL Server supports ANSI SQL, which is the standard SQL (Structured Query Language) language. However, SQL Server comes with its own implementation of the SQL language, T-SQL (Transact-SQL).
T-SQL is a Microsoft propriety Language known as Transact-SQL. It provides further capabilities of declaring variable, exception handling, stored procedure, etc.
SQL Server Management Studio (SSMS) is the main interface tool for SQL Server, and it supports both 32-bit and 64-bit environments.
-
8Minimum Installation RequirementsVideo lesson
-
9Installing PostgreSQL on WindowsVideo lesson
-
10Installing Python on MacsVideo lesson
-
11Installing PostgreSQL on LinuxVideo lesson
-
12Installing PgAdmin Tool on MacOSVideo lesson
-
13Installing PgAdmin Tool on LinuxVideo lesson
-
14Connect to PostgreSQL Database ServerVideo lesson
-
15Load Sample DatabaseVideo lesson
-
16Querying all single columnVideo lesson
-
17Querying a single columnVideo lesson
-
18Filtering with WHEREVideo lesson
-
19Filtering with Comparison OperatorsVideo lesson
-
20Filtering with BETWEEN OperatorVideo lesson
-
21Filtering with NOT BETWEEN OperatorVideo lesson
-
22Filtering with OR OperatorVideo lesson
-
23Filtering with AND OperatorVideo lesson
-
24Flittering with combined AND | OR OperatorsVideo lesson
-
25Filtering with LIKE OperatorsVideo lesson
-
26Filtering with IN OperatorVideo lesson
-
27Filtering with NOT OperatorVideo lesson
-
28Filtering with LIMIT OperatorVideo lesson
-
29Filtering with UNION OperatorVideo lesson
-
30Filtering with UNION ALL OperatorVideo lesson
-
31Filtering with INTERSECT OperatorVideo lesson
-
32Filtering with EXCEPT OperatorVideo lesson
-
65SQL Server Hardware and Software RequirementsVideo lesson
-
66SQL Server EditionsVideo lesson
-
67Download SQL ServerVideo lesson
-
68Install SQL ServerVideo lesson
-
69Install SSMSVideo lesson
-
70Connecting to SQL ServerVideo lesson
-
71Load sample databaseVideo lesson
-
72What is T-SQLVideo lesson

External Links May Contain Affiliate Links read more