ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 04 May 2017 My Price 8.00

Create a logical schema using Oracle DBMS on SIT Server

Create a logical schema using Oracle DBMS on SIT Server based on an ERD provided. You

are to:

ï‚· create required tables with attributes corresponding to the ERD;

ï‚· specify primary key and foreign keys (if such exist) for each table;

ï‚· implement additional integrity constraints described below;

ï‚· create a file holding CREATE TABLE statements and execute the statements from the

file using @ SQLPLUS command

ï‚· record your session on Oracle DBMS in Linux using script command

ï‚· You are NOT allowed to use ALTER TABLE statements to add integrity constraints. All

constraints are to be defined in CREATE TABLE statements

The following additional integrity constraints MUST be implemented:

1. When a record about a driver is removed from the database, their driving records must

also be deleted form the database.

2. When a consultant leaves the Gallery, the corresponding records must be removed from

the database, but the records about art objects evaluated by this consultant must remain

in the database.

3. Domain for attribute restoration (Art_object entity set) contains only two values:

‘Yes’ and ‘No’.

4. Domain for attribute Points (Record entity set) contains integer numbers greater or equal

to 0 and less than 8.

5. Domain for attribute P_type (Phone entity set) contains only two values: ‘home’ and

‘cell’.

SUBMIT:

1. Cover page indicating your last name, first name, student number, course code and

section.

2. Printout of your recorded session or sessions on Oracle on SIT Server. The printout is to

demonstrate the execution of your SQL statements from the file.

3. You ARE TO enclose with your assignment the printout of the file holding CREATE

TABLE SQL statements.

4. You ARE NOT allowed to modify script file. 

Answers

(11)
Status NEW Posted 04 May 2017 03:05 AM My Price 8.00

-----------

Not Rated(0)