项目作者: agrawish

项目描述 :
CSC 210 SQL Queries
高级语言:
项目地址: git://github.com/agrawish/CS210-SQL-Portfolio.git
创建时间: 2019-09-22T21:57:12Z
项目社区:https://github.com/agrawish/CS210-SQL-Portfolio

开源协议:

下载


Database Fundamentals class respository

50 total portfolio pieces

The portfolio project must contain:
1.the original source code of the sample program (as the first check in version)

  1. document the source and (if possible) the author of the sample program
  2. summarize the program functionality in a one-liner comment
  3. summarize your changes and improvements to the program
  4. the final source code of the sample program (as the last check in version)
  5. a terminal comment containing the sample program output

DISCLAIMER
Original Code is not owned by me ( it either comes from W3Schools or Murach’s SQL Server 2016 for Developer book
Augmented code is a combination of original source code and changes or additions made by me :….
these changes may be completely original or sometimes they are a combination of ideas and examples that come from the book

NOTE: InvoiceTotal-PaymentTotal-CreditTotal is a repeated statement that represents balance due, and this expression will be used many times, it is used by the book repetitively and will be used by me when I augment my code . The code is from page 91 of the book