SQL Fundamentals
18 May 2025
• 1 min read
Database Types
- Relational Database
- Non-Relational Database
Structure
-
Relational Database
-
Non-Relational Database
BASH
{
_id: ObjectId("4556712cd2b2397ce1b47661"),
name: { first: "Thomas", last: "Anderson" },
date_of_birth: new Date('Sep 2, 1964'),
occupation: [ "The One"],
steps_taken : NumberLong(4738947387743977493)
}