Question: How to work with views 1 ) Locate a raw data source of special interest to you. ( Suggestion - use Kaggle.com ) 2 )
How to work with views
Locate a raw data source of special interest to you. Suggestion use Kaggle.com
Your data set should contain raw data of some sort perhaps with columns and rows or less this is just a guideline but keep the dataset manageable when you make your selection of a data set
Design an entity relationship diagram using entities using your data set. You can make up relational data for joining purposes to your data set. Keep the ERD simple.
Create a database with tables, views, and any other construct to represent your ERD and preload your database with data from your dataset and any other related data. Create and execute SQL statements show mastery of your learning from chapter of your textbooks. Specifically define or more views, variables, temp tables, scripts, dynamic SQL Stored Procedure, User defined function, and at least one trigger. Show all SQL Code with executed results.
Comment document your code and explain what each piece of SQL code is designed to do
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
