SQL - gusenov/kb GitHub Wiki

Wiki

  • Check constraint is a type of integrity constraint in SQL which specifies a requirement that must be met by each row in a database table.
  • View (SQL) is the result set of a stored query that presents a limited perspective of the database to a user.

Books