Question: Consider the following table to answer the questions a. Create a view named ComputerView that should show the columns MainMemory and Model from the COMPUTER
Consider the following table to answer the questions
a. 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 ComputerProc that displays SerialNumber and then Model and DiskSize combined as one attribute named ModelType from the COMPUTER table. (3 marks)

PLEASE ANSWER FAST
Key Remarks COMPUTER ColumnName SerialNumber Make Type Integer Char (12) Primary key No Required Yes Yes Must be "Dell" or "HP" or "Other" No Yes Model Processor Type Processor Speed Char (24) Char (24) Numeric (3,2) No No No Yes Between 2.0 and 5.0 MainMemory Char (15) No Yes Disk Size Char (15) No Yes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
