Skip to content

Latest commit

 

History

History
executable file
·
8 lines (7 loc) · 342 Bytes

terminology.md

File metadata and controls

executable file
·
8 lines (7 loc) · 342 Bytes

Terminology

  • Relational Database Management System (RDBMS) - MySQL, SQL Serverm Postgresql
  • schema - database creation blueprint with column definitions.
  • database - company_name
  • namespace - client1.orders, client2.orders... sales.documents, legal.documents...
  • table - orders, documents...
  • row