Exam 2: Creating and Modifying Database Tables
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 view the column names and data types of the LOCATION table you would type DESCRIBE LOCATION;at the SQL*Plus prompt.
(True/False)
4.7/5
(29)
A(n)____________________ number contains a variable number of decimal places.
(Short Answer)
4.9/5
(31)
A(n)____________________ constraint limits the value that can be placed in a specific column,irrespective of values that exist in other table rows.
(Short Answer)
4.8/5
(34)
Which of the following sql commands adds a new VARCHAR2 column of length 20 named new_column to table test?
(Multiple Choice)
4.9/5
(37)
The Oracle DBMS stores columns of all data types in the same amount of space.
(True/False)
4.8/5
(27)
Which of the following is not a legal table name according to the Oracle Naming Standard?
(Multiple Choice)
4.7/5
(32)
An Oracle error consists of a 3 letter prefix and a 5 digit code.
(True/False)
4.8/5
(35)
Explain why it is a good idea to use Notepad or another editor to modify your sql commands rather than trying to edit them directly in the SQL*Plus window.Give at least two advantages of using the editor.
(Essay)
4.8/5
(24)
Which of the following data types is used to store variable length ASCII character data?
(Multiple Choice)
4.7/5
(45)
Which of the following declares a column named "name" that always contains exactly 30 characters?
(Multiple Choice)
4.9/5
(34)
Which of the following is a legal character in the Oracle Naming Standard?
(Multiple Choice)
4.9/5
(41)
Which of the following column data type changes is permitted?
(Multiple Choice)
4.9/5
(28)
Which of the following is true when decreasing the maximum size of a CHAR column?
(Multiple Choice)
4.9/5
(26)
Which of the following pieces of information about a table is not displayed when using the DESCRIBE command?
(Multiple Choice)
4.9/5
(32)
Which of the following is not created using an integrity constraint?
(Multiple Choice)
4.9/5
(38)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)