/DatabaseCourse

Dubna University database course for 2nd (SQL) and 3rd (PL/SQL, API and etc) year students

Apache License 2.0Apache-2.0

DatabaseCourse

Dubna University database course for 2nd (SQL) and 3rd (PL/SQL, API and etc) year students

Roadmap

  1. Database. DBMS. Relational database.
  2. Table. Row. Column.
  3. Data integrity.
  4. Primary key. Foreign key. Check. Unique key. Index
  5. One-to-many, many-to-many, one-to-one relationships.
  6. Database normalization.
  7. Database design. EER diagramm.
  8. DDL. Create. Alter. Drop.
  9. DML. Select. Insert. Update. Delete.
  10. JOINS.
  11. Where. Functions.
  12. Group by. Having. Aggregate functions. Order by.
  13. DCL.
  14. TCL. ACID.
  15. PL/SQL. Loops. Conditions.
  16. Cursor.
  17. Procedure. Functions.
  18. Exeptions. Package.
  19. Triggers.
  20. Big Data.
  21. API. RESTful. JSON. NodeJS example.
  22. ORM.
  23. Document-store - MongoDB.
  24. Redis. Cassandra.
  25. Elasticsearch.