Question: Consider the following table to answer the questions a. Create a view named ComputerView that should show the columns SerialNumber and Make from the COMPUTER
Consider the following table to answer the questions
a. Create a view named ComputerView that should show the columns SerialNumber and Make from the COMPUTER table. (3 marks)
b. Create a stored procedure named ComputerProc that displays SerialNumber and then Main Memory and Disk Size combined as one attribute named ComputerSize from the COMPUTER table. (3 marks)

Subject Database design and development Please hurry i need it in 1 hour thanks
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
