Question
Some questions about SQL Question 1 1. Your database administrator has granted you the CREATE ANY PROCEDURE privilege. Which operations can you successfully perform in
Some questions about SQL
Question 1 1. Your database administrator has granted you the CREATE ANY PROCEDURE privilege. Which operations can you successfully perform in the database with this privilege? (Choose all that apply.)
0.5 points Question 2 1. Examine the data in the TEACHER table.
Assume the user enters the following SELECT statement to retrieve data from the TEACHER table: SQL> SELECT * FROM teacher WHERE INSTR(subject_id, '&1') = 4 AND LOWER(subject_id) LIKE 'HST%'; When prompted for the WHERE clause value, you enter an underscore (_). Which result will this statement provide?
Question 4 1. In the E-R model, what symbol is used to represent an attribute that can have multiple values for an entity instance?
0.5 points Question 5 1. You have created the update_emp package in your database and want to access the procedures and functions present inside the package. Which statement correctly describes the characteristics of a package?
Question 9 1. The student table contains these columns: SQL> DESCRIBE student ID NUMBER(9) LAST_NAME VARCHAR2(25) FIRST_NAME VARCHAR2(25) ENROLL_DATE DATE You need to create a report to display a student's enrollment date and projected graduation date. These are the desired results: Prompt the user for a student ID. Display the student's first name, last name, and date of enrollment. Display the student's projected graduation date by adding four years to the enrollment date value. Which statement produces all three of the desired results?
0.5 points Question 10 1. In authorization, a set of operations performed by an individuals or group as part of a job is called a
0.5 points Question 11 1. There are ____ classical approaches to database design.
Question 18 1. Which set operator would you use to display the employee IDs of employees hired after January 10, 2007 in the EMP table and employee IDs of employees who have held more than one position in the EMP_HIST table, eliminating any duplicate IDs?
0.5 points Question 19 1. Using dynamic SQL, you want to create a procedure that will accept an IN parameter containing a table name and remove all the rows from the specified table. Which code fragment should you use?
Question 21 1. Which of the following algorithms uses public-key encryption?
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started