Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? VARCHAR2 NUMBER LONG CHAR VARCHAR2 NUMBER LONG CHAR ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design The three newest database architectures in use today are relational, multidimensional and hierarchical. False True False True ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Two basic constructs to link one piece of data with another piece of data: sequential storage and pointers. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Which of the following improves a query's processing time? Write complex queries. Combine a table with itself. Use compatible data types. Query one query within another. Write complex queries. Combine a table with itself. Use compatible data types. Query one query within another. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Hashing algorithm converts a primary key value into a record address. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Selecting a data type involves which of the following? Maximize storage space Represent most values Improve data integrity All of these Maximize storage space Represent most values Improve data integrity All of these ANSWER DOWNLOAD EXAMIANS APP