The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 2 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
Create the following SQL objects based on your WBank information available:
Create two SQL views.
Create a function.
Create a stored procedure.
Â
Â
CIS435L Course Project WBank
Entities
WBank.Locations
Column Name Data Type Relation Required LocationID int PK Y LocationCode
Address
City State
WBank. AccountType
Column Name Data Type Relation Required AccountTypeID int PK Y AccountType
WBank. Employees
Column Name Data Type Relation Required EmployeeID int PK Y EmployeeNumber
FirstName
LastName
Title
CanCreateNewAccount HourlySalary
Address
City
State
Zip code
Email Address
WBank. Customers
Column Name Data Type Relation Required CustomerID int PK Y int FK Y Column Name Data Type Relation Required DepositID int PK Y LocationID int FK Y EmployeeID int FK Y CustomerID int FK Y DateCreated
AccountNumber
AccountTypeID
Fname
Lname
Gender
Address
City
State PhoneNumber
Email Address
WBank. Deposits DepositDate
DepositAmount
WBank. Withdrawals
Column Name Data Type Relation Required WithdrawalID int PK Y LocationID int FK Y EmployeeID int FK Y CustomerID int FK Y Column Name Data Type Relation Required CheckCashingID int PK Y LocationID int FK Y EmployeeID int FK Y CustomerID int FK Y WithdrawalDate
WithdrawalAmount
WithdrawalSuccessful
WBank. CheckCashing CheckCashingDate
CheckCashingAmount