The physical database can be created using DDL (Data Definition Language) and manipulated using DML (Data Manipulation Language), which enable users to access or manipulate data as organized by the...


The physical database can be created using DDL (Data Definition Language) and manipulated

using DML (Data Manipulation Language), which enable users to access or manipulate data

as organized by the appropriate model.
i) Using the CREATE TABLE in any dialect of SQL, show the corresponding SQL

tables. Indicate the primary key, foreign keys, column names, constraints etc.

ii) Insert (at least) 10 sample rows for each identified table.

Student must test their database using at least the following:
- Restriction and Projection

- Aliases

- NULL value handling

- Concatenation

- Comparison Operator

- Logical Operator

- Sorting

- Function ()Group function & Single Row Function

- Joins

- Subqueries


Order Fom<br>Order number:<br>1234<br>Date:<br>11/04/98<br>Customer number: 9876<br>Customer name: Billy<br>Customer address: 456 HighTower Street<br>City-Country:<br>Hong Kong, China<br>ProductNo<br>Desscription<br>Quantity<br>Unit Price<br>A123<br>Pencil<br>100<br>$3.00<br>B234<br>Eraser<br>200<br>$1.50<br>C345<br>Sharpener<br>$8.00<br>

Extracted text: Order Fom Order number: 1234 Date: 11/04/98 Customer number: 9876 Customer name: Billy Customer address: 456 HighTower Street City-Country: Hong Kong, China ProductNo Desscription Quantity Unit Price A123 Pencil 100 $3.00 B234 Eraser 200 $1.50 C345 Sharpener $8.00

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here