Skip to content
/ MySQL Public

This is a repository for the Software University course - "MySQL - September 2020".

Notifications You must be signed in to change notification settings

yavor300/MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Databases are the standard way to use dynamic information in modern applications, making them an integral part of almost any application. The course on basics of databases will introduce you to one of the most widely used database management systems (DBMS) in the development of modern applications - MySQL. You will acquire skills for working with relational databases, focusing on basic functionalities such as working with tables, grouping functions, transactions, procedures, etc. This course lays the foundations for working with databases, making them easier to use in real applications.

SKILLS YOU WILL ACQUIRE:

☑Transaction management ☑DB relationship management ☑Using the ACID model ☑Use of procedures and functions ☑Fundamental knowledge of databases ☑Creating basic Back-End architectures