unit 5 Relational database design
Relational model Relational Model represents how data is stored in Relational Databases. A relational database stores data in the form of relations (tables). Consider a relation STUDENT with attributes ROLL_NO, NAME, ADDRESS, PHONE and AGE shown in Table. STUDENT ROLL_NO NAME ADDRESS PHONE AGE 1 Ram Dharan 9455123451 18 2 Ramesh Gorkha 9652431543 18 3 […]
Continue Reading