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
A view derives its data from database tables called ____ tables.
(Multiple Choice)
4.8/5
(34)
To take the absolute value of a NUMBER column,use the single-row function ____________________.
(Short Answer)
4.7/5
(34)
Explain how Oracle 10g prevents two users from retrieving the same sequence number.
(Essay)
4.8/5
(28)
What is the most likely cause when a multiple-table query returns more records than you expect?
(Multiple Choice)
4.8/5
(39)
What is the name of the underlying query used to create a view?
(Multiple Choice)
4.9/5
(48)
When you drop a view,you delete the data values that appear in the view.
(True/False)
4.8/5
(43)
Use a(n)____________________ to specify a non-default input or output format for NUMBERs and DATEs.
(Short Answer)
4.9/5
(34)
If you see the + character in a join condition,you are looking at a(n)____________________ join.
(Short Answer)
4.8/5
(41)
Which operator is used with a subquery that returns multiple values?
(Multiple Choice)
4.8/5
(30)
The following search condition would match the column value "Sunday": WHERE value LIKE 'Sun%'
(True/False)
4.9/5
(32)
In an outer join,all rows will be returned from the outer table.
(True/False)
4.9/5
(31)
When you join a table to itself,you are using a(n)____________________.
(Short Answer)
4.9/5
(33)
When using the SQL*Plus interpreter,the ____ property specifies how many lines appear on a SQL*Plus page.
(Multiple Choice)
4.8/5
(35)
When using the LIKE operator,the ____________________ wildcard represents multiple characters.
(Short Answer)
4.8/5
(39)
The query INSERT INTO student ____ ('abc','123');inserts a new row into the student table.
(Multiple Choice)
4.8/5
(27)
When you add a new row to a database table,it is immediately visible to other users.
(True/False)
4.8/5
(37)
Which of the following does not match the string '_T%' when used with the LIKE operator?
(Multiple Choice)
4.8/5
(32)
When you use the ____ logical operator to create a complex search condition,only one of the conditions must be true for the complex search condition to be true.
(Multiple Choice)
4.9/5
(31)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)