Skip to content

Database for customer orders, demographics, and order status. SQL coding including CRUD/queries across multiple tables. Generated csv files added

Notifications You must be signed in to change notification settings

katiestapleton/SQLcustOrders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

SQLcustOrders

Customer order database: manage/analyze customer demographics, product orders, and order status. SQL Relational database using tables, CRUD (including load + query), joins, and primary/foreign keys.

Files:

  • Database schema: QuantigrationUpdates
  • CSV documents: Customers, Orders, RMA

Database Attributes:

  • Customer table: CustomerID [P], FirstName, LastName, Street, City, State, ZipCode, Telephone
  • Orders table: OrderID [P], CustomerID, SKY, Description
  • RMA: RMAID [P], Reason, OrderID, Status, Step
  • CSV sheets:

    At this time, please visit the "development" branch.

    The csv database consists of three documents: customer information, customer orders, and order status. The SQL is used to create specific tables, primary/foreign keys, and various CRUD operations.

    My SQL is near completion. Originally the code was written for a different database, which I not longer have assess to. However, I created my own CSV documents (including "blanks") to form another database. Due to its coding versatility, I am able to apply the previoys SQL to a different database/CSV documents. Right now I need to make some adjustments to the code to finalize the transfer.

About

Database for customer orders, demographics, and order status. SQL coding including CRUD/queries across multiple tables. Generated csv files added

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published