Exam
Adept.com
Home
About Us
Contact
🏠 Home
Managing Databases With Oracle
Managing Databases With Oracle
Exercise: Managing Databases With Oracle
📂 Managing Databases With Oracle
✅
Questions for: Managing Databases With Oracle
Which of the following is
not
true about modifying table columns?
A:
You can drop a column at any time.
B:
You can add a column at any time as long as it is a NULL column.
C:
You can increase the number of characters in character columns or the number of digits in numeric columns
D:
You cannot increase or decrease the number of decimal places.
Answer:
D
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
After a table has been created, its structure can be modified using the SQL command:
A:
UPDATE TABLE [
TableName
].
B:
MODIFY TABLE [
TableName
].
C:
ALTER TABLE [
TableName
].
D:
CHANGE TABLE [
TableName
].
Answer:
C
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
Which of the following is NOT an Oracle-supported trigger?
A:
BEFORE
B:
DURING
C:
AFTER
D:
INSTEAD OF
Answer:
B
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
SQL*Plus will finish the statement and execute it when the user types in this:
A:
A left slash ( \ ) followed by [Enter].
B:
A colon ( : ) followed by [Enter].
C:
A semicolon ( ; ) followed by [Enter].
D:
A period ( . ) followed by [Enter].
Answer:
C
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
Which of the following is
not
true of SQL views?
A:
Oracle views cannot use the ORDER BY clause in view definitions.
B:
Oracle views are created using the standard SQL-92 CREATE VIEW command.
C:
Oracle views can by queried.
D:
The SQL-92 standard does not allow the use of the ORDER BY clause in view definitions.
Answer:
A
No answer description is available.
Let's discuss.
Discuss About this Question.
Post
Ad Slot (Above Pagination)
‹ Prev
1
2
3
4
5
6
7
8
Next ›
Install ExamAdept
Fast access — add this app to your device.
Install
✕
To install on iPhone/iPad: tap Share →
Add to Home Screen
.
Quiz
Discuss About this Question.