Wprowadzenie do baz danych Certificate for Michał Ebłowski
Certificate ID:
665187
Authentication Code:
152b8
Certified Person Name:
Michał Ebłowski
Trainer Name:
Dariusz Zarzycki
Duration Days:
4
Duration Hours:
28
Course Name:
Wprowadzenie do baz danych
Course Date:
23 November 2021 08:00 to 14 December 2021 12:25
Course Outline:
Relational database models
- Relational operators
- Characteristics of declarative SQL language
- SQL syntax
- Division language DQL, DML, DDL, DCL
Data Query Language
- SELECT queries.
- Aliases columns of tables
- Service date (DATE types, display functions, formatting)
- Group Features
- Combining internal and external tables (JOIN clause)
- UNION operator
- Nested Subqueries (the WHERE clause, the table name, column name)
- Correlated subqueries
Data Modification Language
- Inserting rows (INSERT clause)
- Inserting rows by request
- Variation of the rows (UPDATE)
- Delete rows (DELETE)
Data Definition Language
- Creating, altering and dropping objects (CREATE, ALTER, DROP)
- Creating tables using subquery (CREATE TABLE .... AS SELECT...)
CONSTRAINTS
- Options NULL and NOT NULL
- CONSTRAINT clause
- ENUM type
- type SET
- PRIMARY KEY condition
- UNIQUE condition
- FOREIGN KEY condition
- DEFAULT clause
Transactions
- The command COMMIT, ROLLBACK, SAVEPOINT
Course Name Eng:
SQL in MySQL