| Version 6 (modified by , 2 months ago) ( diff ) |
|---|
Relational Design for OPLMS
Notation
- Primary keys are bolded and underlined.
- Foreign keys are marked with
*at the end of their name and the referenced entity is written in parentheses. - Complex attributes are bolded, and their containing attributes are following the, made italic.
- Multivalued attributes have their own table
Tables
- USER(User_ID, First_Name, Last_Name, Email, Password)
id_user*
- Instructor (UInstructor_ID, Bio, Expertise)
- Administrator (Admin_ID, Admin_Level)
- Category (Category_ID, Name, Description)
- Course (Course_ID, Name, Price, Status, Category_ID*(Category), Instructor_ID*(Instructor))
- USER(User_ID, First_Name, Last_Name, Email, Password)
- USER(User_ID, First_Name, Last_Name, Email, Password)
- USER(User_ID, First_Name, Last_Name, Email, Password)
- USER(User_ID, First_Name, Last_Name, Email, Password)
- USER(User_ID, First_Name, Last_Name, Email, Password)
- USER(User_ID, First_Name, Last_Name, Email, Password)
- USER(User_ID, First_Name, Last_Name, Email, Password)
- USER(User_ID, First_Name, Last_Name, Email, Password)
- USER(User_ID, First_Name, Last_Name, Email, Password)
DDL скрипта за креирање и бришење на табелите
DML скрипта за полнење на табелите со податоци
Релациски дијаграм изваден од DBeaver
Attachments (3)
- OLPMS.png (114.0 KB ) - added by 7 weeks ago.
- OLPMS-create-DDL.sql (4.1 KB ) - added by 7 weeks ago.
- OPLMS--DML.sql (3.8 KB ) - added by 6 weeks ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.
