Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pome1lo/databases
Here is a laboratory work on the subject of "Databases". The recommendations suggest using SQL Server 2019 and SQL Server Management Studio in the first semester and Oracle databases and SQL development tools..
https://github.com/pome1lo/databases
database labworks mssql oracle sql
Last synced: about 1 month ago
JSON representation
Here is a laboratory work on the subject of "Databases". The recommendations suggest using SQL Server 2019 and SQL Server Management Studio in the first semester and Oracle databases and SQL development tools..
- Host: GitHub
- URL: https://github.com/pome1lo/databases
- Owner: pome1lo
- Created: 2023-04-26T21:07:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-23T07:41:17.000Z (about 1 year ago)
- Last Synced: 2023-12-23T08:41:30.210Z (about 1 year ago)
- Topics: database, labworks, mssql, oracle, sql
- Language: TSQL
- Homepage:
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Database lab worksπ§Ύ
SQL Server
- Basics of working in SQL Server Management Studio: Solution
- Database design. Normalization: Solution a >
- T-SQL ο relational database language: Solution a >
- Multi-table SELECT queries: Solution a >
- Using subqueries: Solution a >
- Grouping data: Solution a >
- Analyzing data and combining query results: Solution a >
- Using Views: Solution a >
- Basics of T-SQL programming: Solution a >
- Creating and applying indexes: Solution a >
- Processing query results using cursors: Solution a >
- Features of using transactions: Solution a >
- Development of stored procedures: Solution a >
- Development and use of functions: Solution a >
- Using DML triggers: Solution a >
- Using XML: Solution a >
Oracle
- Getting to know SQL DEVELOPER: Tasks | Solution
- Preparing the database infrastructure: Tasks | Solution
- Investigation of the architecture of the Oracle12c DBMS instance
(Oracle multitenant): Tasks | Solution- Architecture Research - Oracle 12c DBMS Files: Tasks | Solution
- A study of the server architecture.
Random access memory. Processes.: Tasks | Solution- Basics of working with SQL PLUS.: Tasks | Solution
- Oracle12c DBMS objects: Tasks | Solution
- PL/SQL Basics: Tasks | Solution
- Cursors: Tasks | Solution
- Built-in functions: Tasks | Solution
- Development of procedures and functions: Tasks | Solution
- Development of procedures and functions: Tasks | Solution
- Partitioning tables: Tasks | Solution
- Task Planning Packages: Tasks | Solution