describe the field property of RDBMS and creating of editing relationship between table
Answers
Answered by
0
Answer:
Relational databases have the following properties:
Values are atomic.
All of the values in a column have the same data type.
Each row is unique.
The sequence of columns is insignificant.
The sequence of rows is insignificant.
Each column has a unique name.
Integrity constraints maintain data consistency across multiple tables.
Similar questions