Reference no: EM13808163
Part 1: Using the following Data Dictionary views write the statements that will perform the following actions. Be sure to test your statements.
ROLE_ROLE_PRIVS
ROLE_SYS_PRIVS
ROLE_TAB_PRIVS
USER_ROLE_PRIVS
USER_SYS_PRIVS
USER_TAB_PRIVS
Determine what privileges your account has been granted through a role.
Determine what system privileges your account has been granted.
Execute the following statement then determine what table privileges your account has been granted.
Determine what system privileges the DVONLINE role has.
Analyze the following query and write a description of the output it produces.
SELECT COUNT(DECODE(SIGN(total_capacity-20), -1, 1, 0, 1)) "<=20",
COUNT(DECODE(SIGN(total_capacity-21), 0, 1, -1, NULL,
DECODE(SIGN(total_capacity-30), -1, 1)))"21-30",
COUNT(DECODE(SIGN(total_capacity-30), 1, 1)) "31+"
FROM
(SELECT SUM(capacity) total_capacity, course_no
FROM section
GROUP BY course_no)
Determine the top three zip codes where most of the students live. Use an analytical function. The query will product 10 rows.
Part 2: Analyze the file from Doc Share called utlpwdmg.sql and analyze the code in this file. Write a paragraph that describes what the function performs. What are the inputs parameters, the output parameter and what does the function do?
Using the student schema from week 2, provide answers to the following questions.
1. Generate statistics for the student, enrollment, grade, and zipcode tables.
1. Write a query that performs a join, a subquery, a correlated subquery using the student, enrollment, grade, and zipcode tables. Execute each query to show that it produces the same results.
1. Produce an autotrace output and explain plan for each query.
1. Analyze the results and state which performs best and why. Write an analysis of what operations are being performed for each query. Determine which query is the most efficient and explain why.
Describe the entities of the database
: Based on your research and / or common knowledge of a college and the information tracked by a college, describe the entities of the database and the attributes of each entity
|
Histories of both of amazon-yahoo
: Describe, in brief, the histories of both of Amazon.com and Yahoo.com, and determine the core business of each.
|
Find the z scores for which the distributions area lies wit
: Find the z-scores for which 88% of the distributions area lies within -z and z. The z-scores are ?
|
Customer-defined window of time
: Question 1: You are designing a grocery delivery business. Via the internet, your company will offer staples and frozen foods in a large metropolitan area and then deliver them within a customer-defined window of time.
|
Determine what system privileges the dvonline role has
: Determine what system privileges the DVONLINE role has. Determine what system privileges your account has been granted
|
Intervention and evaluation
: Intervention and Evaluation
|
Success of any business
: A Quality Assurance (QA) Program is essential to the success of any business.In establishing your grocery delivery business, what are some of the Quality Control (QC) processes that you envision employing? Why? Provide examples of potential metric..
|
Cigarettes cause the pulse rate to increase
: Describe the error in the conclusion. Given: There is a linear correlation between the number of cigarettes smoked and the pulse rate. As the number of cigarettes increases the pulse rate increases. Conclusion: Cigarettes cause the pulse rate to incr..
|
Important role in business success
: You begin the meeting, going around the room and asking each staff member for his or her understanding of what logistics means, and how it can play an increasingly important role in business success.
|