1.What is Relational Database Management Systems (DBMS)? Give three examples of
DBMS
2. The entity “Student” has attributes such as Student ID, First Name, Last Name. Give three examples of other entities and list three attributes for each one of them.
1)
A relational database management system is a type of DBMS that stores data in tables. Examples of DBMS include MySQL, Microsoft Access, Oracle, PostgreSQL, dBASE, FoxPro, SQLite, and IBM DB2.
2)Employee has attributes like name, street, and city
Works have attributes like salary, time, and employees
The company has attributes like location, name, and city
Comments
Leave a comment