What is non relational database?

JB vala
JB vala

Posted On: Feb 26, 2020

 

The non-relational database is not used to store data into table form. This is store data into the traditional form. NoSQL is a non-relational database.

The non-relational database has four categories:

  1. Column stores
  2. Document stores
  3. Graph stores
  4. Key-value stores.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    RDBMS Interview Questions

    What do you understand by RDBMS?

    The RDBMS is the Acronym of a relational database management system. This is displays the data in the form of a table. The RDBMS is allowed to create, edit, delete data in the database. The SQL Server...

    RDBMS Interview Questions

    What the E-R Diagram?

    The E-R Diagram is an entity-relational diagram which is a graphically represented entity and their relationship with each other. It is used to design a diagram of the relational database. It shows t...

    RDBMS Interview Questions

    Enlist major features of an RDBMS?

    Some best features in RDBMSThe data store in the form of a table. The multiple users allow the RDBMS. ACID is the Acronym of an Atomicity, Consistency, Isolation, Durability. Unique identificat...