Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Database
»
Managing Databases with Oracle
After a table has been created, its structure can be modified using the SQL command:
UPDATE TABLE [TableName].
MODIFY TABLE [TableName].
ALTER TABLE [TableName].
CHANGE TABLE [TableName].
Correct Answer:
ALTER TABLE [TableName].
Next Question→
More Questions from
Managing Databases with Oracle
What Oracle backup and recover file contains user and system data?
Which statement about sequences is not true?
Of the three ways to create an Oracle database, which one is the easiest and most recommended?
Which of the following is not true about indexes?
When using SQL*Plus, Oracle commands, column names, table names and all other database elements:
You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use?
To see the contents of the SQL*Plus buffer, type:
What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles?
Which of the following is not true about modifying table columns?
The default extension for an Oracle SQL*Plus file is:
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments