1) What is a database audit in Oracle?
2) What is the purpose of the Oracle Data Masking feature?
3) What is a dimension table in a data warehouse?
4) What is a slowly changing dimension (SCD) in a data warehouse?
5) What is a materialized view refresh method in Oracle?
6) What is the purpose of the Oracle Partitioning feature?
7) You're working on a project to track employee performance. Which SQL statement would you use to find the average salary of employees in the 'Sales' department?
8) For a project on customer satisfaction, you need to identify customers who have made purchases in the past 30 days. Which clause would you use in your SQL query?
9) In a project analyzing sales trends, you want to group customers by their purchase frequency. Which SQL clause would you use?
10) You're working on a project to optimize database performance. Which SQL statement would you use to identify tables that have a large number of rows?
11) For a project on inventory management, you need to calculate the total quantity of a specific product in stock. Which SQL statement would you use?
12) You're working on a project to analyze customer behavior. Which SQL statement would you use to find the first purchase date for each customer?
13) For a project on customer segmentation, you need to identify customers who have made purchases in multiple product categories. Which SQL statement would you use?
14) In a project analyzing sales trends, you want to find the top 5 products by sales volume. Which SQL statement would you use?
15) For a project on customer retention, you need to identify customers who have made a purchase in the current month but not in the previous month. Which SQL statement would you use?
16) You're working on a project to analyze employee turnover. Which SQL statement would you use to find the average tenure of employees who have left the company?
17) You're working on a project to analyze financial data. Which SQL statement would you use to find the total revenue generated by each product category in the past quarter?
18) For a project on customer profitability, you need to calculate the customer lifetime value (CLTV) based on their purchase history and average order value. Which SQL statement would you use?
19) You're working on a project to optimize inventory management. Which SQL statement would you use to find the average lead time for product replenishment?
20) For a project on supplier performance, you need to identify suppliers who have frequently missed delivery deadlines. Which SQL statement would you use?