subject

Consider the following database schema (primary keys are underlined) and SQL queries: Hotel (hotelNo, hotelName, city)
Room (roomNo, hotelNo, type, price)
Booking (hotelNo, guestNo, dateFrom, dateTo, roomNo)
Guest (guestNo, guestName, guestAddress)
1. SELECT r. room No, r. type, r. price FROM Room r, Booking b, Hotel h WHERE r. roomNo = b. room No AND b. hotelNo = h. hotelNo AND h. hotelName = "Ritz" AND r. price > 100;
Given the schema above, consider providing a comparative analysis of a relational DB and an object-oriented DB with respect to:
a. Select queries (you can work on the two queries already provided above)
b. Insert queries (create any one example query)
c. Delete queries (create any one example query)
Your comparative analysis should be supported by the arguments based on how these queries are handled internally by the database engines (RDBMS and OODBMS). • For the object oriented DBs query handling you can provide a pseudocode to support your claim in a more effective way to gain the maximum score).

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 11:40, malibu777
Design a pos circuit that displays the letters a through j on a seven-segment indicator. the circuit has four inputs w, x, y, and z which represent the last 4 bits of the uppercase ascii code for the letter to be displayed. thus, if wxyz = 0001 then "a" will be displayed. (any answer with 22 or fewer gates and inverters, not counting any for the inputs, is acceptable)
Answers: 2
image
Computers and Technology, 22.06.2019 18:30, dpinzoner5952
Which of the following commands is more recommended while creating a bot?
Answers: 1
image
Computers and Technology, 22.06.2019 20:00, BreadOfTheBear
What statement best describes operating systems? it’s possible for modern computers to function without operating systems. most operating systems are free or very inexpensive. operating systems are managed by the computer’s microprocessor (cpu). operating systems manage the computer’s random access memory (ram).
Answers: 1
image
Computers and Technology, 23.06.2019 12:20, jshhs
When guido van rossum created python, he wanted to make a language that was more than other programming languages. a. code-based b. human-readable c. complex d. functional
Answers: 1
You know the right answer?
Consider the following database schema (primary keys are underlined) and SQL queries: Hotel (hotel...

Questions in other subjects:

Konu
Mathematics, 28.05.2021 17:50