Login
Register
Recent questions and answers in Oracle
Recent questions and answers in Oracle
0
votes
1
answer
You want to create a list of managers and the number of employees reporting to them
answered
Jan 23, 2024
in
Oracle
by
sql-query
0
votes
1
answer
Consider a scenario where the company plans to give a salary raise to employees
answered
Jan 23, 2024
in
Oracle
by
oracle-
0
votes
1
answer
Imagine you want to identify employees who are eligible for promotions based on their years
answered
Jan 23, 2024
in
Oracle
by
oracle-query
0
votes
1
answer
Say you’re preparing a report for the management to identify employees who have shown consistently high performance.
answered
Jan 23, 2024
in
Oracle
by
sql-query
0
votes
1
answer
Imagine you’re an HR manager and want to get an overview of the average performance rating for each department
answered
Jan 23, 2024
in
Oracle
by
sql-query
0
votes
1
answer
Case Study: Sales Analysis System. The dataset contains information about sales transactions in a company.
answered
Jan 23, 2024
in
Oracle
by
oracle-query
0
votes
1
answer
Imagine you have an Inventory table with product_id and quantity columns
answered
Jan 23, 2024
in
Oracle
by
oracle-query
0
votes
1
answer
In a database containing information about books and authors
answered
Jan 23, 2024
in
Oracle
by
databaseinfog
0
votes
1
answer
Imagine that you have a students table with the columns student_id, student_name
answered
Jan 23, 2024
in
Oracle
by
sql-query
0
votes
1
answer
You have an Employees table with columns for employee names and their respective managers
answered
Jan 23, 2024
in
Oracle
by
oracle-query
0
votes
1
answer
Write an Oracle SQL query to ensure only users with the manager role can insert rows into the performance_reviews table.
answered
Jan 23, 2024
in
Oracle
by
oraclesqlquery
0
votes
1
answer
Write an Oracle SQL query to find the five most common names in the Employee table.
answered
Jan 23, 2024
in
Oracle
by
oracle-query
0
votes
1
answer
Write an Oracle SQL query to find the names of employees not assigned to any project.
answered
Jan 23, 2024
in
Oracle
by
oracle-sql
0
votes
1
answer
Calculate the percentage of total sales each product contributes to the overall revenue.
answered
Jan 23, 2024
in
Oracle
by
query-sql
0
votes
1
answer
Calculate the total revenue generated by each customer in the last three months.
answered
Jan 23, 2024
in
Oracle
by
oracle-query
0
votes
1
answer
Retrieve the top five highest-rated products based on customer
answered
Jan 21, 2024
in
Oracle
by
sql-query
0
votes
1
answer
Write an Oracle SQL query to get the date and time of the last 10 logins for a specific user.
answered
Jan 21, 2024
in
Oracle
by
oraclesqlquery
0
votes
1
answer
How would you update the status column of the orders table to set all orders
answered
Jan 21, 2024
in
Oracle
by
oracle-query
0
votes
1
answer
Write an Oracle SQL query to find employees who earn more than their managers.
answered
Jan 21, 2024
in
Oracle
by
oraclesqlquery
0
votes
1
answer
Write an Oracle SQL query to find the average salary of employees within each department.
answered
Jan 21, 2024
in
Oracle
by
oraclesqlquery
0
votes
1
answer
How would you explain database roles and privileges in Oracle SQL security?
answered
Jan 21, 2024
in
Oracle
by
privileges-roles
oraclesqlsecurity
0
votes
2
answers
How will you differentiate between Varchar & Varchar2?
answered
Jan 21, 2024
in
Oracle
by
varchar
0
votes
1
answer
What are some advantages of using bind variables in Oracle SQL?
answered
Jan 21, 2024
in
Oracle
by
oraclesql
0
votes
1
answer
What do the COMMIT and ROLLBACK statements in Oracle SQL do?
answered
Jan 21, 2024
in
Oracle
by
rollback-statement
commit0statement
0
votes
1
answer
What is the key difference between ROW-level and STATEMENT-level triggers in Oracle?
answered
Jan 21, 2024
in
Oracle
by
statement-level-triggers
0
votes
1
answer
How does the Oracle Query Optimizer determine an execution plan for a query?
answered
Jan 21, 2024
in
Oracle
by
oracle-query-optimizer
0
votes
1
answer
Differentiate between the WHERE clause and the HAVING clause in Oracle SQL.
answered
Jan 21, 2024
in
Oracle
by
havingclause
0
votes
1
answer
Name one advantage of using indexes in a database.
answered
Jan 21, 2024
in
Oracle
by
indexes
0
votes
1
answer
What is the purpose of the UNION operator in Oracle SQL?
answered
Jan 21, 2024
in
Oracle
by
unionoperator
0
votes
1
answer
Explain the difference between RANK and DENSE_RANK functions in Oracle SQL.
answered
Jan 21, 2024
in
Oracle
by
dense_rank
To see more, click for all the
questions in this category
.
...