Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 3.02 KB

README.md

File metadata and controls

36 lines (27 loc) · 3.02 KB

Databases-Basics-MS-SQL-Server

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.

The course is part of the overall program with C # courses and tutorials for the "C # programmer" training at the University of Software.

Course start: 20 September 2018 Course end: 24 June 2018 Course type: online

  1. RESOURCES
  2. COURSE INTRODUCTION
  3. DATABASES INTRODUCTION
  4. DATA DEFINITION AND DATATYPES
  5. EXERCISE:DATA DEFINITION AND DATATYPES
  6. BASIC CRUD
  7. EXERCISE: BASIC CRUD
  8. BUILT-IN FUNCTIONS
  9. EXERCISE: BUILT-IN FUNCTIONS
  10. DATA AGGREGATION
  11. EXERCISE: DATA AGGREGATION
  12. TABLE RELATIONS
  13. EXERCISE: TABLE RELATIONS
  14. SUBQUERIES AND JOINS
  15. EXERCISE: SUBQUERIES AND JOINS
  16. FUNCTIONS AND PROCEDURES
  17. EXERCISE: FUNCTIONS, TRIGGERS AND PROCEDURES
  18. TRIGGERS AND TRANSACTIONS
  19. EXERCISE: TRIGGERS AND TRANSACTIONS