VeselinBPavlov / database-basics-ms-sql

Course: Database Basics – MS SQL @SoftUni

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoftUni logo


Databases are the standard way to use dynamic information in modern applications, making them an integral part of almost every application.

Intensive course basics of databases will introduce you to one of the most widely used database management systems (DBMS) used in the development of modern information systems - Microsoft SQL Server. The course focuses on relational modeling, data modeling with ER charts (tables and relational links) and SQL language handling (data mining, selection, projection, joining, aggregation, grouping, modification, deletion and insertion). Fundamental knowledge about ACID transactions and transaction processing and practical tips for adjusting productivity are provided.

This course sets the basics of working with databases, making it easier to use them in real-world applications, and understanding concepts such as database transformation into object-oriented (ORM) modeling.

Course: Database Basics – MS SQL

Topics:

  1. Data Definition and Datatypes
  2. Basic CRUD
  3. Build-In Functions
  4. Data Aggregation
  5. Table Relations
  6. Subqueries and Joins
  7. Database Programmability and Transactions
  8. Functions and Procedures

Certificate:

Notes:

All labs and resources for them are remodeled from MySQL course.

About

Course: Database Basics – MS SQL @SoftUni

License:MIT License


Languages

Language:PLpgSQL 100.0%