Question
create a script using T-sql for a (Flower Shop) to add 4 records to create table employee with (employee ID, LastName, FirstName and State). Add
create a script using T-sql for a (Flower Shop) to add 4 records to create table employee with (employee ID, LastName, FirstName and State). Add products with ( Product ID, OrderID, FlowerName, FlowerColor, Price). Create Customers with (customerID, Em[ployeeID, OrderID, L:astName, FirstName, City State, Zip, Creditlimit). Create Transactions with (transaction ID, OrderID, ProductName, ProductColor, Quanity, Cost) and create inventory with (inventoryID, FlowerName, FlowerColor, StockNumber). Add constraints and syntax to create all the foreign keys. Add Null constraints on a field within one table of the database. Create user accounts for 4 employees. Employees must have a password of 9999. And be able to connect to database. One user must be given permission to create a new user.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started