
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A comprehensive overview of the process of developing a relational database system. It covers the key steps involved, including creating the database, designing and implementing tables with appropriate primary keys, foreign keys, and data validations, performing crud (create, read, update, delete) operations, and querying data across multiple tables using various sql clauses. The document also outlines the assessment criteria for different performance levels (pass, merit, distinction) and the corresponding requirements, such as implementing a query language, testing the system, and producing technical and user documentation. Likely to be useful for students studying database management, software engineering, or information systems, as it covers both the practical and theoretical aspects of database development.
Typology: Cheat Sheet
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Include UI + technical/ user documentation Create db _with results Create tables(PK;FK; Validation: Null,NotNull,PK,FK,Unique,Constaint,NVARCHAR()… Insert,Update,Delete _with illustrations of final result Select ... from Table1,Table2... _with illustrations of final result (querying across multiple tables) Select ... from Tables where/join /group by/having/count Pass Merit Distinction P2 Develop the database system with evidence of user interface, output and data validations, and querying across multiple tables. P3 Implement a query language into the relational database system. P4 Test the system against user and system requirements/ Flowchart P5 Produce technical/ user documentation.
M2 Implement a fully functional database system which includes system security and database maintenance. M3 Assess whether meaningful data has been extracted through the use of query tools to produce appropriate management information. M4 Assess the effectiveness of the testing, including an explanation of the choice of test data used. M5 Produce technical and user documentation for a fully functional system, including ER Diagram and normalization statements and describing how the system works.
D2 Evaluate the effectiveness of the database solution in relation to user and system requirements, and suggest improvements. D3 Assess any future improvements that may be required to ensure the continued effectiveness of the database system.