

InterviewSolution
Saved Bookmarks
1. |
Relational database design in dbms |
Answer» Answer: Explanation: Relational database design (RDD) MODELS information and data into a set of tables with rows and COLUMNS. Each ROW of a relation/table represents a record, and each column represents an attribute of data. The Structured Query Language (SQL) is used to MANIPULATE relational databases |
|