Week | Topics | Study Materials | Materials |
1 |
Data and Database concepts, Database Management Systems (Traditional Databases), Data Warehouses, Data Models, OLTP and OLAP, Relational Model
|
|
|
2 |
Microsoft SQL Server (client-server architecture), SQL server database installation (pre-installation preparations, instance naming -Instance Name, service account determination, etc.), SQL server management studio, SQL server database architecture, standard databases in SQL server, Management Creating a Database, Deleting a Database with Studio.
|
|
|
3 |
Tables (creating, adding columns, changing column properties, data types, deleting columns, deleting a table), table operations with SQL, Transact SQL (T-SQL): CREATE TABLE, DROP TABLE, INSERT, DELETE, SELECT (WHERE, ORDER BY) commands
|
|
|
4 |
UPDATE command, table operations with Transact SQL: ALTER commands (ALTER TABLE, ALTER COLUMN, ADD, DROP, DEFAULT)
|
|
|
5 |
Setting database options such as Collation, Recovery (Full, Bulk-logged, Simple), Compability etc., backing up the database and returning (Full, Transaction Log).
|
|
|
6 |
Table operations with Transact SQL: SELECT command (HAVING, GROUP BY), Aggregate Functions, Data transfer operations (data import and export)
|
|
|
7 |
Table Operations with Transact SQL (Linking Tables) – JOIN Rules (INNER, LEFT OUTER, RIGHT OUTER), Constraints (UNIQUE, CHECK), Index concept and index in SQL tables (Clustered Index, Non-clustered Index) , (PRIMARY KEY)
|
|
|
8 |
Midterm exam.
|
|
|
9 |
SQLCMD prompt, BCP prompt, Stored Procedure, Procedures Taking Values
|
|
|
10 |
Data and Database Administration Distributed Databases.
|
|
|
11 |
Procedures that Provide Values, Triggers: INSERT Trigger
|
|
|
12 |
Triggers: DELETE Trigger, UPDATE Trigger, INSTEAD OF Triggers
|
|
|
13 |
Database Management Systems (New Generation Databases, NoSQL, Document, Graph, Key-value, Wide-Column)
|
|
|
14 |
Big Data (Structured Data, Unstructured Data, 3V, 5V), Big Data Applications
|
|
|