https://github.com/hasanyahya101/db_lab_solutions
Solutions to DB lab questions from Spring 2024 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the Lab (subject), not the theory subject.
https://github.com/hasanyahya101/db_lab_solutions
database db-lab fast lahore nuces sql systems
Last synced: 2 months ago
JSON representation
Solutions to DB lab questions from Spring 2024 Semester in Fast Nuces Lhr. The actual questions can be found in pdf files. Note that, this is for the Lab (subject), not the theory subject.
- Host: GitHub
- URL: https://github.com/hasanyahya101/db_lab_solutions
- Owner: HasanYahya101
- License: mit
- Created: 2024-02-19T14:31:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T06:11:06.000Z (about 1 year ago)
- Last Synced: 2025-02-04T14:36:33.274Z (4 months ago)
- Topics: database, db-lab, fast, lahore, nuces, sql, systems
- Language: TSQL
- Homepage:
- Size: 8.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Database Systems: Lab Solutions
## Spring 2024 (Fast Nuces Lhr)This repository contains the solutions to the DB Lab questions from my lectures at the Spring 2024 semester at FAST NUCES Lhr. These solutions are intended to help students who are struggling with understanding the concepts and solving the assignments.
_**Note:** that these solutions are provided for the Lab (subject), not the theory subject. Therefore, they may not be useful for the theory subject. Moreover, [Microsoft SQL Server (Express)](https://www.microsoft.com/en-us/sql-server/sql-server-downloads) is being used as main Database Server for Executing SQL Queries. In addition to that, we need a server manager. You can use [Microsoft SQL Server Manager](https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver16) as Server Manager for Executing Queries, but i am using `mssql` extension is VSCode. Moreover, in the Labs that have a Practise Folder: The Files in that Folder are there to help the Students Understand how the Concept being Solved in the Lab works (be it the Syntax or How to setup the System before Solving Exercises), not to Solve them (although you can for Practise), ie: Helping Material. The actual Exercise Questions that are to be solved, are in the Exercise (Lab Instructions) Manual. The Solutions to the Exercise Questions are in the SQL Source Code Files. While the SQL Schema Files are used to load the Database using which, you have to solve the Exercise and other Questions._
### Contributing:
If you notice any errors in the solutions or would like to suggest improvements, please feel free to open an issue or submit a pull request. Contributions are always welcome!### License:
This repository is licensed under the **MIT License.** See the **LICENSE** file for more information.