Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A . Database design and development You are required to design and develop a SQL database that stores user, product, and transaction - related data:
A Database design and development
You are required to design and develop a SQL database that stores user, product, and transactionrelated data:
Identify the necessary entities for your application's functionality.
Design a database using SQL Server with the different entities.
Write the various queries necessary for your application.
Deploy your database on Azure.
B Integrating your database and web application
Implement functionality on your My Work page of your web application which replaces the static details of the craftwork with the data from your database.
The data that should be displayed is the product information name price, category,
availability
Ensure that a user can insert data to the database using the web application.
A client should be able to place an order of a craftwork they like, and should be able
to view their previous orders.
KhumaloCraft users must be able to see client orders and process them.
when providing an answer to the question, please give clear instructions on where to place the code. please code in c# and explain how to use it with visual studios and ssms
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