Physical Database Design Which of the following improves a query's processing time? Query one query within another. Combine a table with itself. Use compatible data types. Write complex queries. Query one query within another. Combine a table with itself. Use compatible data types. Write complex queries. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Denormalization and clustering can work well to minimize data access time for small records. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A secondary key is which of the following? Primary key Determines the tablespace required Useful for denormalization decisions Nonunique key Primary key Determines the tablespace required Useful for denormalization decisions Nonunique key ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Some advantages of partitioning include: efficiency, security, and load balancing. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following is an advantage of partitioning? Security Extra space Complexity Inconsistent access speed Security Extra space Complexity Inconsistent access speed ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length? VARCHAR2 CHAR NUMBER LONG VARCHAR2 CHAR NUMBER LONG ANSWER DOWNLOAD EXAMIANS APP