Question: How to work with views 1 . Locate a raw data source of buss stations or generate random data of buss stations. | 2 .

How to work with views
1. Locate a raw data source of buss stations or generate random data of buss stations.|
2. Your data set should contain raw data of some sort - perhaps with \(10+\) columns and 10,000 rows or less (this is just a guideline but keep the dataset manageable when you make your selection of a data set).
3. Design an entity relationship diagram using 3+ entities using your data set. You can make up relational data for joining purposes to your data set. Keep the ERD simple.
4. 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 \(13-15\) of your textbooks. Specifically define 1 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.
5. Comment / document your code and explain what each piece of SQL code is designed to do.
How to work with views 1 . Locate a raw data

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!