Database and Information Systems
News
- (18.04.) The repair test together with the solutions is available here.
- (13.04.) The last attempt of the test will be on Thursday 20.4.2017 at 12:30 in the class EB406.
- (29.03.) The test together with the solutions is available here.
Credit conditions
Student has to pass one test from procedural languages PL/SQL and T-SQL. Minimimal number of points is 12 and maximal 20. At most two attempts of the test will be possible. Another part of the credit is a home project which is focused on a analysis and implementation of an information system under platform .NET or Java.
Real time test
Real time test will be in 7. week. Each student will get randomly chosen test from PL/SQL or T-SQL. Student can use any type of materials during the test (except the social networks and the communication with other people).
Model for the test from PL/SQL / T-SQL
Data Model: pdf (last change: 21.3.2017), scripts:
Model for the real test (from the last year)
System for the plagiarism detection: pdf (last update: 23.3.2016),
Scripts:
- Oracle: create, drop, init (last update: 23.3.2016)
- SQL Server: create, drop, init (last update: 23.3.2016)
The real time test with the solutions is presented here.
Project
Project should be defended in the last week. Student can implement the chosen project under platform .NET or Java. The maximal number of points is 25, minimal is 13.
Requirements:
- IS will have at least 7 tables and 5 non-trivial methods. At least 3 methods will be implemented as stored procedures.
- At lest 3 of the implemented non-trivial methods will be as transactions. Non-trivial method is not CRUD command.
- The implementation has to follow the analysis.
- The architecture has to contain layers. Data layer has to contain own Object-Relation Mapping (ORM)
- Student can implement in ASP.NET or J2EE (in the case of web application) or .NET or Java (in the case of desktop application).
- ORM will support also lazy evaluation and update only changed attributes.
- ORM will support transaction (at least level of isolation SERIALIZABLE).
- A part of ORM will be a test method utilizing all methods of ORM.
- IS will support basic validation of input values.
- Only two forms of the IS have to be implemented. The forms will be chosen by a teacher according to the analysis. The forms have support basic validation of input values.
- The complete project has to contain documentation with analysis, SQL scripts and implementation.
- Example analysis of the project here
- Example ASP.NET project here
Evalution of the project:
- Analysis: 12 points, min. 6 points (1. submission 12 points, 2. submission 9 points, 3. submission 6 points)
- ORM: 8 points, min. 4 points
- IS: 5 points, min. 3 points
Lectures and Exercises
Week | Lecture | Exercise |
1 | Introduction to PL/SQL I - PL/SQL block, Procedures and functions pdf (last update: 06/02/2017) | SQL Language --> Tasks and Examples tasks, solutions (last update: 08/02/2017) PL/SQL Language -> Tasks and Examples tasks, solutions (last update: 08/02/2017) |
2 | PL/SQL II - Cursors, Triggers, Static and dynamic PL/SQL, Bind variables pdf (last update: 13/02/2017) | PL/SQL Language -> Tasks and Examples tasks, solutions (last update: 21/02/2017) |
3 | PL/SQL III - Exceptions, Packages, Bulk operations, SQL Injection pdf (last update: 17/02/2017) | PL/SQL Language -> Tasks and Examples Scripts: league_create.sql, league_init.sql, league_drop.sql tasks, solutions (last update: 1/3/2017) |
4 | T-SQL pdf (last update: 06/03/2017) | T-SQL Language -> Tasks and Examples tasks, solutions (last update: 8/3/2017) |
5 | Recovery of DBMS pdf (last update: 6/03/2017) | T-SQL Language -> Tasks and Examples tasks, solutions (last update: 14/3/2017) |
6 | Object-Relational Data Model pdf (last update: 13/03/2017) | Example test tasks, solutions (last update: 23/3/2017) Scripts for Oracle: create.sql init.sql drop.sql Scripts for SQL Server: create.sql init.sql drop.sql |
7 | Physical Database Design, Query Processing pdf (lecture, last update: 20/03/2017) | PL SQL / T-SQL test |
8 | Functional Analysis pdf (last update: 27/03/2017) | Consultation of the project Topic, Data Analysis, Draft of Functional Analysis |
9 | Object Relational Mapping(ORM):
| PL SQL / T-SQL Repair Test, Consultation: Functional Analysis Deadline for 1. submission of Complete Analysis: 16.4.2017 |
10 | ASP.NET, Integration of ORM:
| |
11 | - | |
12 | APEX | |
13 | - | |
14 | - |