Related Concepts

  • DB: Database, a collection of data in an organized system. They can have two types of structure:

    • Relational (SQL): Make use of tables to relate and share information

    • Non-Relational (NOSQL): Object-oriented way to establish the information storage

  • DBMS: Database Management System

  • Query: Petition about information in a system

  • Object-Relational Mapping: A Programming technique that allows interaction with a database using objects in the application programming language instead of writing raw database queries

Last updated