Exam 3: Using SQL Queries to Insert, update, delete, and View Data
Exam 1: Clientserver Databases and the Oracle10g Relational Database100 Questions
Exam 2: Creating and Modifying Database Tables100 Questions
Exam 3: Using SQL Queries to Insert, update, delete, and View Data100 Questions
Exam 4: Introduction to PlSQL100 Questions
Exam 5: Introduction to Forms Builder100 Questions
Exam 6: Creating Custom Forms100 Questions
Exam 7: Creating Database Reports100 Questions
Exam 8: Creating an Integrated Database Application100 Questions
Exam 9: Advanced SQL and PlSQL Topics100 Questions
Exam 10: Advanced Forms Builder Topics100 Questions
Exam 11: Introduction to Oracle 10g Database Administration100 Questions
Select questions type
To get the current value of a sequence you would select the ____________________ pseudocolumn.
(Short Answer)
4.9/5
(38)
To suppress duplicate values from a query result use the ____________________ qualifier.
(Short Answer)
4.8/5
(28)
If you think that you may wish to rollback part of a transaction,but not the whole thing,it is a good idea to create a ____.
(Multiple Choice)
4.7/5
(42)
What is the result of selecting CONCAT(s_first,s_last)from student where s_first is "Emily" and s_last is "Smith"
(Multiple Choice)
4.8/5
(39)
To get the current date and time,use the ____________________ pseudocolumn.
(Short Answer)
4.9/5
(37)
When you truncate a table by mistake,you can use the roll back command to retrieve the data.
(True/False)
4.8/5
(32)
It is necessary to use the TO_DATE function and a format model to insert "01-JAN-2005" into a date column.
(True/False)
4.7/5
(36)
The ____________________ logical operator can be used to combine two search conditions.The result will evaluate to true if both conditions are true.
(Short Answer)
4.8/5
(27)
A series of action queries which represents a logical unit of work is known as a(n)____________________.
(Short Answer)
4.9/5
(33)
A join can only be used to retrieve data from two tables that are related via a foreign key relationship.
(True/False)
4.8/5
(34)
What is the difference between deleting all records from a table and truncating the table?
(Multiple Choice)
4.9/5
(39)
Instead of typing "START script-path" at the prompt in SQL*Plus you can use the @ character: @script-path.
(True/False)
4.8/5
(42)
What format model would you use to display 1237.35 as $1237.35
(Multiple Choice)
4.7/5
(36)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)