Get in Touch

Course Outline

Relational Database Models

  • Relational operators
  • Key characteristics of the declarative SQL language
  • SQL syntax standards
  • Classification of SQL commands: DQL, DML, DDL, and DCL

Data Query Language (DQL)

  • Executing SELECT queries
  • Utilizing column aliases
  • Handling date/time data (DATE types, display functions, and formatting)
  • Grouping features and operations
  • Merging internal and external tables using the JOIN clause
  • Applying the UNION operator
  • Implementing nested subqueries (utilizing the WHERE clause, table names, and column names)
  • Working with correlated subqueries

Data Modification Language (DML)

  • Inserting new rows (INSERT statement)
  • Inserting rows via queries
  • Updating existing rows (UPDATE statement)
  • Deleting rows (DELETE statement)

Data Definition Language (DDL)

  • Creating, modifying, and removing database objects (CREATE, ALTER, DROP)
  • Creating tables from subquery results (CREATE TABLE ... AS SELECT ...)

Constraints

  • NULL and NOT NULL options
  • Using the CONSTRAINT clause
  • ENUM data type
  • SET data type
  • PRIMARY KEY conditions
  • UNIQUE conditions
  • FOREIGN KEY conditions
  • DEFAULT value settings

Transactions

  • Managing transactions with COMMIT, ROLLBACK, and SAVEPOINT commands

Requirements

  • Basic computer literacy
  • Familiarity with any operating system
 14 Hours

Number of participants


Price per participant

Testimonials (1)

Upcoming Courses

Related Categories