Saved Bookmarks
| 1. |
1. What does DBMS stands for?2. What does RDBMS stands for? 3. How is data organized in a RDBMS?4. State the relationship and difference between a primary and foreign key? |
|
Answer» Answer: 1 database management system 2 RELATIONAL database management system 3 in the form of rows (RECORDS) and columns(fields) 4 FOREIGN key is the primary key of other table |
|