An open API service indexing awesome lists of open source software.

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

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 !