https://github.com/jackosheadev/databasetechproject
This is a repo for a database project which involves creating tables, populating them, viewing data with selects and finally simulating a transaction
https://github.com/jackosheadev/databasetechproject
data database mssql sql
Last synced: about 1 year ago
JSON representation
This is a repo for a database project which involves creating tables, populating them, viewing data with selects and finally simulating a transaction
- Host: GitHub
- URL: https://github.com/jackosheadev/databasetechproject
- Owner: JackOSheaDev
- Created: 2022-03-28T16:08:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T16:09:49.000Z (about 4 years ago)
- Last Synced: 2025-01-02T00:43:01.888Z (over 1 year ago)
- Topics: data, database, mssql, sql
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DatabaseTechProject
## Description
For my Databases module i was tasked with creating a database, adding data, creating selections and performing a transaction.
## Files
### Create Database Tables:
Used to create the tables which i use for my project.
### CreateFunctions:
Was used for an earlier version of the product where i created a function to perform input validation.
### Populate Tables:
Used to add data to the tables which will be used by the selections.
### Select Tables:
Select data from the tables using different types of joins, subqueries and set methods.
### Transaction:
Mimic a transaction to modify an entry in the table and add a new value.
## Thank you for viewing !