Please enable JavaScript.
Coggle requires JavaScript to display documents.
Object-Based Databases - Coggle Diagram
Object-Based Databases
Bases
-
extends the relational data model by a richer type system, including complex data types and object orientation
-
Table Inheritance
-
-
SQL defines a privilege called under, which is required in order to create a subtype or subtable under another type or table.
-
-
-
-
Complex Data Types
-
The 4NF design requires queries to join multiple relationships, while the non-1NF design allows for many types of queries.
The ability to use complex data types such as sets and arrays is useful in many applications, but should be used with caution.
-
-
-