SQL Test questions will be based on the assessment_1b_db database. It is a simplified database of a university library database. See the steps below the ERD diagram to install the database.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
icon
Concept explainers
Question

Alert dont submit AI generated answer.

SQL Test questions will be based on the assessment_1b_db database. It is a simplified database of a university library database. See the steps below the ERD diagram to install the database.

4
T
bo
E
E
Dri
X
23-B-CP5633-BNE-INT-TR3 Database Modelling
Database for SQL Test - set this up before taking the test
SQL Test questions will be based on the assessment_1b_db database. It is a simplified database of a university library
database. See the steps below the ERD diagram to install the database.
Cat
cat_id INT
cat_name VARCHAR(2)
Indexes
#
Indexes
Publisher
publisher_id INT
publisher_name VARCHAR(50)
publisher_url VARCHAR(50)
publisher_email VARCHAR(50)
Book
bookid INT
book isbn VARCHAR(20)
book title VARCHAR(100)
book shelf_letter VARCHAR(2)
book call_number VARCHAR(3)
book_no_of_pages INT
book_no_of_copies INT
book_date_arrived DATE
publisher_id INT
cat_id INT
. Cat: Category.
Indexes
Loan
loan_id INT
loan_date_out DATE
loan date_due DATE
loan_date returned DATE
borrower_id INT
copy_id INT
Indexes
Copies
copy_id INT
- copy_number INT
book_id INT
Indexes
Borrower
borrower_id INT
borrower_fname VARCHAR(50)
borrower_Iname VARCHAR(50)
borrower_email VARCHAR(50)
borrower phone VARCHAR(20)
Hborrower_street VARCHAR(50)
borrower_suburb VARCHAR(50)
borrower_postcode VARCHAR(4)
borrower_type VARCHAR(1)
date registered DATE
borrower_dob DATE
Indexes
A
3
Transcribed Image Text:4 T bo E E Dri X 23-B-CP5633-BNE-INT-TR3 Database Modelling Database for SQL Test - set this up before taking the test SQL Test questions will be based on the assessment_1b_db database. It is a simplified database of a university library database. See the steps below the ERD diagram to install the database. Cat cat_id INT cat_name VARCHAR(2) Indexes # Indexes Publisher publisher_id INT publisher_name VARCHAR(50) publisher_url VARCHAR(50) publisher_email VARCHAR(50) Book bookid INT book isbn VARCHAR(20) book title VARCHAR(100) book shelf_letter VARCHAR(2) book call_number VARCHAR(3) book_no_of_pages INT book_no_of_copies INT book_date_arrived DATE publisher_id INT cat_id INT . Cat: Category. Indexes Loan loan_id INT loan_date_out DATE loan date_due DATE loan_date returned DATE borrower_id INT copy_id INT Indexes Copies copy_id INT - copy_number INT book_id INT Indexes Borrower borrower_id INT borrower_fname VARCHAR(50) borrower_Iname VARCHAR(50) borrower_email VARCHAR(50) borrower phone VARCHAR(20) Hborrower_street VARCHAR(50) borrower_suburb VARCHAR(50) borrower_postcode VARCHAR(4) borrower_type VARCHAR(1) date registered DATE borrower_dob DATE Indexes A 3
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education