Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

3. An overview of the key behaviors is presented.

Answered: 1 week ago

Question

2. The model is credible to the trainees.

Answered: 1 week ago