Question: Database comp science: 2 . 1 ) Provide SQL Statements to Create StudentGradeReport Database, Create Tables. Use appropriate SQL Server data types for each column.
Database comp science:
Provide SQL Statements to Create StudentGradeReport Database, Create Tables. Use
appropriate SQL Server data types for each column. Attach as a separate sql file and call it QDDLsql HINT: These are the DDL Statements we talked about
in class for the Bike Database. Dont forget about the Go statements. I should be able to run
this whole file without any errors!
Include this for EACH of the required DML Operation request
CREATE OBJECT Name
DROP TABLE IF EXISTS tblDave
CREATE TABLE Statements Go Here
RAISERROR NCreating Table s Message text.
Severity,
State,
First Argument
NULL, Second Argument
NULL; third argument.
GO
Create test data and Provide SQL Statements to Load tables with test data. Attach as a
separate sql file and call QLoadDatabaseObjects.sql
Include this for EACH of the required DML Operation request
LOAD OBJECT NAME
Load data statements go here.
RAISERROR NLoading Table s Message text.
Severity,
State,
First Argument
NULL, Second Argument
NULL; third argument.
GO
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
