Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an ERD, the next step is to create the objects (attributes, entities & relationships etc) as defined in the ERD using SQL DDL statements

Create an ERD, the next step is to create the objects (attributes, entities & relationships etc) as defined in the ERD using SQL DDL statements which will include the following:

1.Drop statements for all objects in the lab project (drop existing objects first so that you can rerun your script without error).

2.Create statements for all tables and keys of your project.

3.Create indexes on natural key columns, foreign keys, and other columns that will be frequently used as query filters (i.e., Columns in the WHERE clause).

4.Create at least two views.

5.Create at least two sequences.

6.Create at least two triggers.

7.Check content of the catalog/data dictionary.

Item 7 (above) should contain SQL SELECT statements to query DBMS catalog/data dictionary (such as user_objects or user_tables) to demonstrate all objects are created successfully.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL/PHP Database Applications

Authors: Jay Greenspan, Brad Bulger

1st Edition

978-0764535376

More Books

Students also viewed these Databases questions