Create a table named "LIBRARY" with the specifications mentioned below. Display the details of the table after you have created. Column Name libraryid libraryname City Province Column Data Type Int varchar(35) varchar(35) varchar(35) PK ✓ REQ ✓ ✓ Unique FK ✓ Default Value NULL ON Validation >500

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Practice Question 6

### Creating a Table Named "LIBRARY"

To create a table named "LIBRARY" with the specified columns and constraints, follow the specifications listed in the table below:

| Column Name  | Column DataType  | PK  | REQ | Unique | FK  | Default Value | Validation |
|--------------|------------------|-----|-----|--------|-----|---------------|------------|
| libraryid    | Int              | ✓   | ✓   |        |     |               | >500       |
| libraryname  | varchar(35)      |     | ✓   | ✓      |     |               |            |
| City         | varchar(35)      |     |     |        |     | NULL          |            |
| Province     | varchar(35)      |     |     |        |     | ON            |            |

#### Explanation of Table Columns and Constraints

1. **libraryid**
   - **Data Type**: Integer (`Int`)
   - **Primary Key (PK)**: Yes (✓)
   - **Required (REQ)**: Yes (✓)
   - **Unique**: No
   - **Foreign Key (FK)**: No
   - **Default Value**: None
   - **Validation**: Values must be greater than 500 (`>500`)

2. **libraryname**
   - **Data Type**: Variable Character with a maximum length of 35 characters (`varchar(35)`)
   - **Primary Key (PK)**: No
   - **Required (REQ)**: Yes (✓)
   - **Unique**: Yes (✓)
   - **Foreign Key (FK)**: No
   - **Default Value**: None
   - **Validation**: None

3. **City**
   - **Data Type**: Variable Character with a maximum length of 35 characters (`varchar(35)`)
   - **Primary Key (PK)**: No
   - **Required (REQ)**: No
   - **Unique**: No
   - **Foreign Key (FK)**: No
   - **Default Value**: `NULL`
   - **Validation**: None

4. **Province**
   - **Data Type**: Variable Character with a maximum length of 35 characters (`varchar(35)`)
   - **Primary Key (PK)**: No
   - **Required (REQ)**: No
   - **Unique**:
Transcribed Image Text:### Creating a Table Named "LIBRARY" To create a table named "LIBRARY" with the specified columns and constraints, follow the specifications listed in the table below: | Column Name | Column DataType | PK | REQ | Unique | FK | Default Value | Validation | |--------------|------------------|-----|-----|--------|-----|---------------|------------| | libraryid | Int | ✓ | ✓ | | | | >500 | | libraryname | varchar(35) | | ✓ | ✓ | | | | | City | varchar(35) | | | | | NULL | | | Province | varchar(35) | | | | | ON | | #### Explanation of Table Columns and Constraints 1. **libraryid** - **Data Type**: Integer (`Int`) - **Primary Key (PK)**: Yes (✓) - **Required (REQ)**: Yes (✓) - **Unique**: No - **Foreign Key (FK)**: No - **Default Value**: None - **Validation**: Values must be greater than 500 (`>500`) 2. **libraryname** - **Data Type**: Variable Character with a maximum length of 35 characters (`varchar(35)`) - **Primary Key (PK)**: No - **Required (REQ)**: Yes (✓) - **Unique**: Yes (✓) - **Foreign Key (FK)**: No - **Default Value**: None - **Validation**: None 3. **City** - **Data Type**: Variable Character with a maximum length of 35 characters (`varchar(35)`) - **Primary Key (PK)**: No - **Required (REQ)**: No - **Unique**: No - **Foreign Key (FK)**: No - **Default Value**: `NULL` - **Validation**: None 4. **Province** - **Data Type**: Variable Character with a maximum length of 35 characters (`varchar(35)`) - **Primary Key (PK)**: No - **Required (REQ)**: No - **Unique**:
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY