question 3\nwhich statement is characteristic of a relational database?\nedits made to one table do not…

question 3\nwhich statement is characteristic of a relational database?\nedits made to one table do not change other tables.\nit is a simplistic type of database.\na single table is used.\ninformation is shared between tables.
Answer
Brief Explanations:
Relational databases organize data into tables with relationships. Changes in one table may not affect others if properly designed. They are not simplistic, use multiple related tables, and share information between tables through keys.
Answer:
A. Edits made to one table do not change other tables. D. Information is shared between tables.