KarateKid
10-06-02, 13:43
| Hi, I need some Experts for CODASYL, a network database system. Is somebody with a basic knowledge in here? :) Best Regards. |
View Full Version : CODASYL - Network Database
| Hi, I need some Experts for CODASYL, a network database system. Is somebody with a basic knowledge in here? :) Best Regards. |
| yeah, cool :) I hope you can help me. For testing a university test in germany i have to do the folowing task: Design the following Query with CODASYL-DML: "Which Consultant (Name) has done Calls abaout a special Software (string "Windows2000")?" on the following relational Database: Consultant(Id, Name, PhoneNumber, Address) Client (Id, Name, Phonenumber, Account) Calls(Client-Id, Consultant-Id, Software-Id, Day, Time) Software(Number, Description) Requires_Software(Number-1, Number-2) But we only can use the following CODASLYL Statements: FIND ANY <Record name> USING <Key Name> FIND FIRST <Record name> WITHIN <Set name> FIND NEXT <Record name> WITHIN <Set name> FIND LAST <Record name> WITHIN <Set name> FIND OWNER WITHIN <Set name> FIND CURRENT <Record name> [WITHIN <Set name>] GET <Record name> STORE <Record name> Thank you. |