Introduction


Relational Databases


  • The primary Key must never be empty
  • The primary Key must be unique
  • A foreign key must link to an existing Primary Key
  • Avoid duplication of data
  • Clear separation of responsibilities (each table has a specific role)
  • Fewer errors and inconsistencies
  • Easier to maintain and extend the database

NocoDB Introduction


Working with data


Views


Collaborative Work with NocoDB


APIs