Sumários

Exercícios de inserção de dados. Interrogações simples com SQL/DML

30 Outubro 2018, 18:00 André Osório e Cruz de Azerêdo Falcão

Exercícios de inserção de dados. Interrogações simples com SQL/DML


Introduction SQL/DML

30 Outubro 2018, 16:00 André Osório e Cruz de Azerêdo Falcão

Introduction to SQL - Data Modeling Language (DML)

  • INSERT INTO
  • DELETE FROM
  • UPDATE
  • SELECT

The SELECT ... FROM ... WHERE clause. Using WHERE to restrict queries and link tables. the use of NATURAL JOIN. Labeling in SELECT and FROM. 


TP6 - Integridade referencial em tabelas

25 Outubro 2018, 13:30 Carlos Jorge da Conceição Teixeira

Integridade referencial em tabelas (ON DELETE, On UPDATE). Modificação de tabelas (ALTER TABLE) 


Integridade referencial em tabelas

23 Outubro 2018, 18:00 André Osório e Cruz de Azerêdo Falcão

Integridade referencial em tabelas (ON DELETE, On UPDATE). Modificação de tabelas (ALTER TABLE)


Introduction to the relational model

23 Outubro 2018, 16:00 André Osório e Cruz de Azerêdo Falcão

A formal introduction to the relational model. Relations, Domains and Tuples. Keys and the selection of the Primary Key. Entity and Key integrity constraints in the primary key. Foreign keys in the relational model. Requirements for referential integrity constraints