Answered step by step
Verified Expert Solution
Question
1 Approved Answer
a. Consider the following table to answer the questions Create a view named ComputerView that should show the columns MainMemory and Model from the COMPUTER
a. Consider the following table to answer the questions Create a view named ComputerView that should show the columns MainMemory and Model from the COMPUTER table. (3 marks) b. Create a stored procedure named Computer Proc that displays SerialNumber and then Model and DiskSize combined as one attribute named ModelType from the COMPUTER table. (3 marks) Remarks COMPUTER ColumnName SerialNumber Make Type Integer Char (12) Primary key Required Yes Yes No Must be "Dell" or "HP" or "Other" Yes Model Processor Type Processor Speed Char (24) No Char (24) Numeric (3,2) No No No Yes Between 2.0 and 5.0 No Yes MainMemory DiskSize Char (15) Char (15) No Yes
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