Course detail

Database Systems and Cloud Storages

FSI-VDC Acad. year: 2023/2024 Summer semester

The course provides an introduction to DBS.
It deals with the following topics:
Data processing, redundancy, inconsistency, integrity, security, data sharing.
Index-sequential organisation. Relationship integrity constraints.
DBS architecture, data models. Entity-relationship model, relational algebra.
MySQL Workbench.
Theoretical fundamentals of information system design. Functional dependencies, normal forms, decomposition theorem.
Structured Query Language (SQL).
Web databases. HTML, PHP and MySQL.
Data security.
Clouds and grids.
NoSQL databases.

Language of instruction

Czech

Number of ECTS credits

5

Entry knowledge

Successful completion of the course "Database Systems" is conditional on basic knowledge of algoritmization.

Rules for evaluation and completion of the course

The course-unit credit is awarded on condition of having implemented a nontrivial database application in HTML/PHP/MySQL. The exam has a written form and tests knowledge of students in database design, relational algebra, SQL, and programming in HTML/PHP/MySQL environment.
Since the attendance at seminars is required, it will be checked systematically by the teacher supervising the seminar. If a student misses a seminar, an excused absence can be compensated for via make-up topics of exercises.

Aims

The course aims to acquaint the students with basic database technologies for an efficient design and management of applications with large data structures in web environment.
The course familiarises students with theoretical aspects of database application design and its implementation in web environment including programming in PHP and MySQL. They will be able to create an application for an efficient management of large scale data structures and they also will learn to use cloud services.

The study programmes with the given course

Programme N-AIŘ-P: Applied Computer Science and Control, Master's, compulsory

Type of course unit

 

Lecture

26 hours, optionally

Teacher / Lecturer

Syllabus

1. Introduction to DBS. Data sorting. Drawbacks of the classical file processing.
2. Database systems, data definition language (DDL) and data manipulation language (DML). Database system architecture. Physical and logical independence. Data models. Integrity constraints for relationships.
3. Relational algebra, basic operations, relational algebra as a query language.
4. Design of data structures. Normal forms of relations.
5. Structured Query Language (SQL). SQL SELECT. Aggregate functions. Multisegment aggregate key.
6. SQL. Subqueries. Multiple opening a table, relationship 1 to N within one table. Nested aggregations, query implementation using a sequence of queries.
7. SQL. Computing with NULL value. Existential and universal qualifier in SQL. Crosstab query. Update (action) queries. Definition queries.
8. Web databases. Communications among HTML, PHP and MySQL.
9. PHP. Data types, string functions, text and binary files, file locking.
10. Assignment statement, conditional statements, loop statements, user-defined functions, call by value and reference. Objects in PHP.
11 MySQL. User rights, data types, functions in MySQL, calling MySQL queries in PHP, password coding, realisation of complex database applications in criteria forms, insertion, updates and deletion of data.
12. NoSQL databases.
13. Clouds and grids.


Computer-assisted exercise

26 hours, compulsory

Teacher / Lecturer

Syllabus

Seminars in computer labs:
1. HTML. References, tables, frames.
2. HTML. Pictures, forms, cascade styles.
3. Organisation of web application HTML-PHP-MySQL.
4. Installation of web environment using local disc – WampServer, console communication.
5. Table creation and definition of item properties (data types, primary key, null values, string sort).
6. Modification of table structure, insertion into table and its modification (update and delete operation).
7. PHP. User-defined functions.
8. PHP. File processing, e-mail sending.
9. PHP. Pictures in PHP, creation of .pdf files.
10. MySQL. Connection to MySQL in PHP, selection of database, specification of SQL statement from data sent from a form and execution of the SQL statement.
11. MySQL. Evaluation of SQL SELECT query and formatting of the results into table.
12. Realisation of web application (e-shop, information and reservation system, …)
12. Review and practice – SQL: subqueries, realisation of 'at least 1', 'none' and 'all' expressions.
13. Clouds and grids, software support.