RelationalDBDesign
SiteMap
Database Analysis
Database Design
Extended DB Features
Oracle SQL Extensions
Language Support
«Prev
Next»
Extended Features
Partitioned Tables
Oracle Partitioning Explained
Partitioning Advantages
Table Range Partitioning
Index Partitioned Table
Local Index Partition
Global Index Partition
Modifying Partition Features
Dropping Oracle Partitions
Splitting Merging Partitions
Clustering Tables
Clustered Tables Advantages
Creating Oracle Cluster
Size Cluster Properly
Creating Cluster Key
Oracle Hash Cluster
Creating Hash Cluster
Deleting Hash Cluster
Clustering Conclusion
Index Organized
Index Organized Tables
Advantages Disadvantages IOT
Creating Table Index
Allocate Overflow Space
Deleting Altering IOT
Reorganize IOT
IOT Conclusion
Auditing Features
Auditing Oracle Entities
Enable Audit Feature
Audit SQL Statement
Access Audit Trail
Oracle System Privileges
Auditing Database Objects
Purge Audit Trail
Language Support
National Character Set
Using Profiles
Product Profile
Profile Table
Limit Command Access
Security Scheme
SQL WildCards
SQL Wildcard Characters
Removing Restriction
Target Profile
SqlPlus Utility
Character Sets and Conversion - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following statements is correct?
Please select the best answer.
A.
A database character set contains the same number of characters as a national character set used with it.
B.
A database character set contains as many or more characters as a national character set used with it.
C.
A database character set contains as many or less characters as a national character set used with it.
D.
A national character set has nothing to do with the database character set.
2.
Which of the following parameters are required for the
CONVERT
function?
Please select all the correct answers.
A.
The character string to be converted
B.
The destination character set
C.
The source character set
D.
The number of characters in the string
3.
Which of the following statements are correct?
Please select all the correct answers.
A.
The database character set determines which characters can be entered into
CHAR
columns.
B.
The database character set determines which characters can be entered into
NCHAR
columns.
C.
The national character set determines which characters can be entered into
CHAR
columns.
D.
The national character set determines which characters can be entered into
NCHAR
columns.