Question: Make and fill a database with the following requirements using SQL Server Manager: 5 tables ( related to each other via PK - FK relationships
Make and fill a database with the following requirements using SQL Server Manager:
tables related to each other via PKFK relationships with records between all
tables All scripts are to be written by hand cannot use designer functionality
and then create a script from the design itself
Semester Project Objectives
Demonstrate knowledge of third normal form database design.
Demonstrate ability to write DML statements Basic SQL statements SELECT
FROM, WHERE, ORDER BY
Use of multiple table joins.
Use of builtin SQL functions.
Use of summary queries & Use of subqueries.
Demonstrate ability to write DDL statements.
Use of database and table creation scripts.
Use of View creation scripts.
Use of Stored Procedure creation scripts.
Use of userdefined creation scripts & Functions.
Demonstrate ability to use TSQL within scripts.
Use of conditional structures.
Use of CTE.
Use of custom error messages.
Use of database objects within scripts.
Create and provide a visual ERD from SSMS
Using Pokemon, create an SQL database that categorizes their names, pokedex number, typings main and secondary evolution requirements, and a short exerpt from their Pokedex entry. Pick pokemon from each region.
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
