which data base type may be identified based on the connection between common attributes in separate tables, each containing different types of information?
a) analytical database
b) relational database
c)hierarchical database
d)object-oriented database
Answer: The correct answer is option b "Relational database"
In the relational database, each table is connected by the common attributes in a separate table we call this a foreign key even though each table is containing different types of information.
Ex:
Student table:
Student(Student_Id, Staudent_name, age, sex)
Course table:
Course(Student_id, course_name)
Here both the Student and course table contains different information but they are connected by the common attribute student_id.
Analytical database: Analytical database is read-only storage.
Object-oriented database: In object-oriented database data is represented and stored in the form of objects.
Hierarchical database: In a hierarchical database, data is organized in tree-like structure.
Get Answers For Free
Most questions answered within 1 hours.