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
Fixed-length character data is stored in the ____________________ data type.
(Short Answer)
4.8/5
(25)
If a user enters only a time into a DATE column,what will the date portion be set to?
(Multiple Choice)
4.8/5
(33)
A TIMESTAMP data type is the same as a DATE data type,except that time zone can be specified.
(True/False)
4.8/5
(36)
The SQL command to create a database table is an example of DML.
(True/False)
4.8/5
(41)
According to the Oracle Naming Standard,'-' (hyphen)is a legal character.
(True/False)
4.9/5
(47)
Adding a new column to a database table is a(n)____________________ action.
(Short Answer)
4.8/5
(41)
Oracle10g stores character data in VARCHAR2 and CHAR columns using ____ encoding.
(Multiple Choice)
4.8/5
(41)
You are trying to create a table using SQL*Plus but keep receiving an Oracle error message.You cannot understand the description of the error provided by the interpreter.You have also looked-up the error code at otn.oracle.com,but you still cannot fix your sql.Describe another means you could use to find the problem in your code.
(Essay)
4.8/5
(29)
____ constraints define specific data values or data ranges that must be inserted into columns and whether values must be unique or not NULL.
(Multiple Choice)
4.9/5
(35)
If the column S_ID is the primary key of the STUDENT table,the constraint name would be pk_STUDENT_S_ID according to the constraint naming convention.
(True/False)
4.7/5
(33)
Which of the following is not automatically transferred to a new table name upon renaming a table?
(Multiple Choice)
4.8/5
(30)
It is possible to temporarily disable constraints in an Oracle database.
(True/False)
4.8/5
(39)
Almost all relational database vendors support the ____ ANSI standard.
(Multiple Choice)
4.9/5
(35)
The following declaration represents a floating-point number: my_number NUMBER.
(True/False)
4.9/5
(34)
Which of the following declarations would be most appropriate for storing a dollar value up to $1000?
(Multiple Choice)
4.9/5
(34)
A(n)____________________ column stores binary data of up to 4 GB in the database.
(Short Answer)
4.7/5
(35)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)