Purchase Solution

Assessing the Oracle9i Database

Not what you're looking for?

Ask Custom Question

Recall that you created this table for Global Globe's employees:
CREATE TABLE EMPLOYEE
(EMPLOYEE_ID NUMBER(10),
JOB_TITLE VARCHAR2(45),
first_name varchar2(40),
Last_name varchar2(40),
phone_number Varchar2(20));

Start with this CREATE TABLE command, and modify it to create a new range_partitioned table named CH07EMPLOYEE_RANGE that contains the same column as the employee table. The partition key is the EMPLOYEE_ID column, and there should be four partitions, all located in the USERS tablespace. Assume that the values in EMPLOYEE_ID start at one, reach 100,000, and are distributed evenly. Save the command in a file.

Attachments
Purchase this Solution

Solution Summary

This solution helps with a problem involving assessing data with the Oracle9i Database.

Solution Preview

Recall that you created this table for Global Globe's employees:
CREATE TABLE EMPLOYEE
(EMPLOYEE_ID NUMBER(10),
JOB_TITLE VARCHAR2(45),
first_name varchar2(40),
Last_name varchar2(40),
phone_number Varchar2(20));

Start with this CREATE TABLE command, and modify it to create a new range_partitioned ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.