1. Trang chủ
  2. » Công Nghệ Thông Tin

Tài liệu tables description and data doc

26 398 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Tiêu đề Introduction to Oracle: SQL and PL/SQL Using Procedure Builder
Định dạng
Số trang 26
Dung lượng 213,72 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ4S_CUSTOMER Table SQL> DESCRIBE s_customer Note: The data on the pages to follow has been formatted.. Table Descriptions

Trang 1

Table Descriptions and Data

B

Trang 2

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ2

Trang 3

Table Descriptions and Data BĆ3

Summit Sporting Goods Database Diagram

S_PRODUCT

ORD_ID

ID SALES_REP_ID

PRODUCT_ID

CUSTOMER_ID

SALES_REP_ID

DEPT_ID IMAGE_ID

ID

S_EMP

MANAGER_ID

ID ID

* Unique occurrences are identified by PRODUCT_ID and WAREHOUSE_ID

Trang 4

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ4

S_CUSTOMER Table

SQL> DESCRIBE s_customer

Note: The data on the pages to follow has been formatted Use the provided table

descriptions for accurate column names

Trang 5

Table Descriptions and Data BĆ5

SQL> SELECT * FROM s_customer;

Continued on Next Page

Trang 6

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ6

Trang 7

Table Descriptions and Data BĆ7

S_DEPT Table

SQL> DESCRIBE s_dept

SQL> SELECT * FROM s_dept;

Trang 8

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ8

S_EMP Table

SQL> DESCRIBE s_emp

Trang 9

Table Descriptions and Data BĆ9

SQL> SELECT * FROM s_emp;

Trang 10

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ10

S_IMAGE Table

SQL> DESCRIBE s_image

SQL> SELECT * FROM s_image;

Trang 11

Table Descriptions and Data BĆ11

S_INVENTORY Table

SQL> DESCRIBE s_inventory

Trang 12

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ12

SQL> SELECT * FROM s_inventory;

Continued on Next Page

Trang 13

Table Descriptions and Data BĆ13

Continued on Next Page

Trang 14

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ14

Continued on Next Page

Trang 15

Table Descriptions and Data BĆ15

Trang 16

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ16

S_ITEM Table

SQL> DESCRIBE s_item

Trang 17

Table Descriptions and Data BĆ17

SQL> SELECT * FROM s_item;

Continued on Next Page

Trang 18

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ18

Continued on Next Page

Trang 19

Table Descriptions and Data BĆ19

Trang 20

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ20

S_ORD Table

SQL> DESCRIBE s_ord

Trang 21

Table Descriptions and Data BĆ21

SQL> SELECT * FROM s_ord;

Trang 22

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ22

S_PRODUCT Table

SQL> DESCRIBE s_product

Trang 23

Table Descriptions and Data BĆ23

SQL> SELECT * FROM s_product;

Continued on Next Page

Trang 24

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ24

Trang 25

Table Descriptions and Data BĆ25

S_REGION Table

SQL> DESCRIBE s_region

SQL> SELECT * FROM s_region;

Trang 26

Introduction to Oracle: SQL and PL/SQL Using Procedure Builder BĆ26

S_WAREHOUSE Table

SQL> DESCRIBE s_warehouse

SQL> SELECT * FROM s_warehouse;

ID REGION_ID ADDRESS CITY STATE

_ _ _ _

101 1 283 King Street SEATTLE WA

10501 5 5 Modrany BRATISLAVA

201 2 68 Via Centrale SAO PAOLO

301 3 6921 King Way LAGOS

401 4 86 Chu Street HONG KONG

COUNTRY ZIP_CODE PHONE MANAGER_ID

Ngày đăng: 21/12/2013, 06:17

TỪ KHÓA LIÊN QUAN