This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group: RADbtasks | |
| description[[Division simple example]] | |
| Completed = {student task | |
| Fred Database1 | |
| Fred Database2 | |
| Fred Compiler1 | |
| Eugene Database1 | |
| Eugene Compiler1 | |
| Sarah Database1 | |
| Sarah Database2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group: RAPilotSkills | |
| description[[ Joe C example ]] | |
| PilotSkills = {pilot_name plane_name | |
| 'Celko' 'Piper Cub' | |
| 'Higgins' 'B-52 Bomber' | |
| 'Higgins' 'F-14 Fighter' | |
| 'Higgins' 'Piper Cub' | |
| 'Jones' 'B-52 Bomber' | |
| 'Jones' 'F-14 Fighter' | |
| 'Smith' 'B-1 Bomber' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group: gradebook | |
| description[[ | |
| Note | |
| ]] | |
| Catalogue = { | |
| cno ctitle | |
| csc226 'Java Programming' | |
| csc227 'C++ Programming' | |
| csc481 Automata | |
| csc880 'Logic Programming' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group: mailorder | |
| description[[per Elmasri/Navathe ]] | |
| Parts = {pno pname qoh price olevel | |
| 10506 'Land Before Time I' 200 19.99 20 | |
| 10507 'Land Before Time II' 156 19.99 20 | |
| 10508 'Land Before Time III' 190 19.99 20 | |
| 10509 'Land Before Time IV' 60 19.99 20 | |
| 10601 'Sleeping Beauty' 300 24.99 20 | |
| 10701 'When Harry Met Sally' 120 19.99 30 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group: textbook | |
| description[[ Note ]] | |
| Course = { | |
| coursenum cname dept | |
| CSc1010 'Computers and Applications' 'Computer Science' | |
| CSc2310 Java 'Computer Science' | |
| CSc4710 Databases 'Computer Science' | |
| CIS6710 'Databases Programming' 'Computer Information Systems' | |
| CIS8710 Databases 'Computer Information Systems' | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group: company | |
| description[[ | |
| This relation and its data are from the Elmasri and Navathe textbook. | |
| While its structure is flawed, it is retained to be compatible with that textbook. | |
| ]] | |
| Employee = {fname minit lname ssn bdate address sex salary superssn dno | |
| James E Borg 888665555 10-NOV-27 '450 Stone, Houston, TX' M 55000 null 1 | |
| Franklin T Wong 333445555 08-DEC-45 '638 Voss, Houston, TX' M 40000 888665555 5 | |
| Jennifer S Wallace 987654321 20-JUN-31 '291 Berry, Bellaire, TX' F 43000 888665555 4 |