0% found this document useful (0 votes)
6 views1 page

SQL Des

The document discusses Oracle database concepts including features, components, modeling, SQL statements, functions, joins, transactions and more. It covers topics such as the relational model, ER modeling, data types, aggregation, subqueries and differences between delete and truncate.

Uploaded by

babuamin755
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

SQL Des

The document discusses Oracle database concepts including features, components, modeling, SQL statements, functions, joins, transactions and more. It covers topics such as the relational model, ER modeling, data types, aggregation, subqueries and differences between delete and truncate.

Uploaded by

babuamin755
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Chapter 01-05

1. What are the features of Oracle Database 12c?


2. What are the components of the Relational Model?
3. What is a Relational Database?
4. What are the key components of ER Modeling?
5. What are the guidelines available for Primary keys and Foreign Keys?
6. Write down the capabilities of SQL SELECT Statement?
7. What are the guidelines/simple rules of writing SQL Statements?
8. What is NULL Value?
9. What is Column Alias? How is it defined?
10. What is DBMS?
11. Write three elements of WHERE clause?
12. What is the use of ORDER BY Clause?
13. What do you know about “default sort order” in SQL?
14. What are the uses of SQL Functions?
15. What is a Single Row SQL Function? Mention their names.
16. What is a Multiple Row SQL Function? Mention their names.
17. What are the features of single-row functions?
18. What is a Character function? Write down the type of Character Function?
19. Write the names of General Functions that work with any data type.
20. What is NVL Function?

Chapter 06-last
1. What are Group Functions? Write down the types of Group Function?
2. What are the guidelines of using Group by clause?
3. What are the illegal points in using group functions?
4. What are the steps Oracle server performs when you use the HAVING clause?
5. Write down the Joins that are compliant with the SQL: 1999 standard?
6. Write down the guidelines of using Table Alias?
7. What is NATURAL JOIN?
8. What are non-Equijoins?
9. What are the three types of outer joins?
10. What do you mean by Table Alias?
11. What is Subquery? What are the Guidelines for Using Subqueries?
12. What are Single Row and Multiple Row Subquery?
13. What are the common errors available that will occur with Sub-query?
14. What do you understand by Transaction?
15. Write down the common error that will occur during INSERT operation?
16. What are the steps required for copying rows from another table?
17. When does a transaction begin and end in SQL?
18. When does an automatic commit occur?
19. When does automatic rollback occur?
20. Write down the difference between delete and truncate.

You might also like