Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Which of the following is an object privilege?
a. DELETE ANY
b. INSERT ANY
c. UPDATE ANY
d. REFERENCES
Expert Solution
arrow_forward
Step 1
- Which of the following is an object privilege-
a. DELETE ANY
b. INSERT ANY
c. UPDATE ANY
d. REFERENCES
The correct option is d.
That is ,
REFERENCES IS AN OBJECT PRIVILAGE .
Step by stepSolved in 2 steps
Knowledge Booster
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
- 47. The current copy of the database is identified by a pointer, called ____________ which is stored on disk. a. Db-pointer b. Update log c. Update log records d. All of the mentionedarrow_forwardThe idea of the project is to develop a simple Android app with real-time database. you decide your topic, what your app to be about. Four major functions are expected to be available in the app. These functions are Insert, Read, Update, and Delete data. You are required to use Google Firebase to implement the database. The application allows the user to create a new object (Insert) The application allows the user to delete information for an existing object. (Delete) The application allows the user to browse existing information (Read) The application allows the user to update existing object information (Update) Application quality (functionality, design and user interaction, stability …) use Google Firebase to implement the database XXXXXXXXXXXXXXX plz other than (task manger) or (to do list) XXXXXXXXXXXXXXXXarrow_forwarddef count_never_close(directorypath,list_of_locations,distance):"""return how many of the entities in the directory are never withinthe distance of any of the locations in the list.:param directorypath::param list_of_locations: list of tuples (lat,long):param distance::return: the count"""passENTITIES:ID,City,State,Latitude,LongitudeA45419E,Plattsburgh,NY,44.704021,-73.471148A19312D,Aiken,SC,33.554433,-81.69588A90172S,Tuscaloosa,AL,33.170238,-87.616169A19394D,Alexandria,VA,38.819853,-77.059645A27218D,Pittsburgh,PA,40.47441,-79.950968A68626D,Meadville,PA,41.611599,-80.114891A17494D,Allentown,PA,40.602658,-75.469236A86034S,Tonawanda,NY,42.99704,-78.878659A45142D,Asheville,NC,35.602711,-82.567281A38298S,Atlanta,GA,33.844371,-84.47405A14497Y,Roswell,GA,34.055198,-84.370475A25954D,Austin,TX,30.326374,-97.771258B46374X,Fairhope,AL,30.480713,-87.861306B52199S,Cedar…arrow_forward
- Q1.) An integrity constraint is a rule that: a. is kept in an external file b. must be followed by data in the database c. can be accessed by authorized users d. can unintentionally be accessed by unauthorized users Q2. __ is a property that lets you change the structure of the database without requiring you to change the programs that access the database. a. Database design b. Data independence c. Integrity constraint d. Data dependence Q3. The basic form of an SQL retrieval command is: a. SELECT-WHERE-FROM b. CREATE-SELECT-FROM c. SELECT-WHERE d. SELECT-FROM-WHERE Q4. Which of the following queries will list the number, name, credit limit, and balance for all customers with credit limits that exceed their balances. a. SELECT CustomerNum, CustomerName FROM Customer WHERE CreditLimit>Balance ; b. SELECT CustomerNum, CustomerName, CreditLimit, Balance FROM Customer WHERE CreditLimit>Balance ; c. SELECT…arrow_forwardChapter 17 How to manage database security Exercises using the My Guitar Shop Database Use Microsoft SQL Server Write a script that creates a user-defined database role named OrderEntry in the MyGuitarShop database. Give INSERT and UPDATE permission to the new role for the Orders and OrderItems table. Give SELECT permission for all user tables. 2.Write a script that (1) creates a login ID named “RobertHalliday” with the password “HelloBob”; (2) sets the default database for the login to the MyGuitarShop database; (3) creates a user named “RobertHalliday” for the login; and (4) assigns the user to the OrderEntry role you created in exercise 1.arrow_forward1. The log is a sequence of ___________, recording all the update activities in the database. a. Log records b. Records c. Entries d. Redoarrow_forward
- Create another application/class named EmployeeDatabase that allows you to store anarray that acts as a database of any number of Employee objects up to 25. While the userdecides to continue, offer three options: to add a record to the database, to delete a recordfrom the database, or to change a record in the database. Then proceed as follows:If the user selects the add option, issue an error message if the database is full.Otherwise, prompt the user for an Id. If the Id already exists in the database, issuean error message. Otherwise, prompt the user for rest of the inputs and add the newrecord to the database.If the user selects the delete option, issue an error message if the database is empty.Otherwise, prompt the user for an Id. If the Id does not exist, issue an error message.Otherwise, delete the record.If the user selects the change option, issue an error message if the database is empty.Otherwise, prompt the user for an Id. If the requested record does not exist, issuean…arrow_forwardCreate an access database named student1.arrow_forward1. If a user has only read authorization for the database, can he modify the data in the database? 2. If a user has only read authorization for the database, can he retrieve data from the database?arrow_forward
- @3arrow_forward16. Which commands are used to control which users have which privilege over which objects ? a. QUE and QUIST b. GRANT and REVOKE c. CASECADE and MVD d. None of the abovearrow_forwardWhich type of database stores information in tables composed of rows and columns? a. columnar b. relational c. sorted d. tabulararrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
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)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education