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.