Skip to content

Ruswal/CS375_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS375_Project

Sequence for query execution.

Boiler Plate

  1. insert-into-users
  2. insert-into-postcodes
  3. insert-into-addresses
  4. insert-into-category
  5. insert-into-products

Shopping and checkout process

  1. insert into session_variable (insert-into-session-variable)
  2. insert into shopping_cart (insert-into-shopping-cart)
  3. insert into orders (insert-into-orders)
    • insert_items trigger executed
  4. set last_order_id (in the same file insert-into-order)
  5. update Items table to link the order_id (link-item-to-order)
  6. remove items from shopping cart. (empty-cart-items)
  7. update price in orders table (update-order-subtotal)
  8. create return.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages