Get in Touch

Course Outline

Relational Database Models

  • Relational operators
  • Characteristics of the declarative SQL language
  • SQL syntax
  • Data Query Language (DQL), Data Manipulation Language (DML), Data Definition Language (DDL), and Data Control Language (DCL)

Data Query Language

  • SELECT queries.
  • Table column aliases
  • Date handling (DATE types, display functions, formatting)
  • Grouping features
  • Combining internal and external tables (JOIN clause)
  • UNION operator
  • Nested subqueries (in the WHERE clause, table names, column names)
  • Correlated subqueries

Data Manipulation Language

  • Inserting rows (INSERT clause)
  • Inserting rows via queries
  • Modifying rows (UPDATE)
  • Deleting rows (DELETE)

Data Definition Language

  • Creating, altering, and dropping objects (CREATE, ALTER, DROP)
  • Creating tables using subqueries (CREATE TABLE .... AS SELECT...)

CONSTRAINTS

  • NULL and NOT NULL options
  • CONSTRAINT clause
  • ENUM type
  • SET type
  • PRIMARY KEY condition
  • UNIQUE condition
  • FOREIGN KEY condition
  • DEFAULT clause

Transactions

  • COMMIT, ROLLBACK, and SAVEPOINT commands

Requirements

  • Computer literacy
  • Familiarity with any operating system
 14 Hours

Number of participants


Price per participant

Testimonials (1)

Upcoming Courses

Related Categories