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? Use compatible data types. Combine a table with itself. Write complex queries. Query one query within another. Use compatible data types. Combine a table with itself. Write complex queries. Query one query within another. ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design A field represents each component of a composite attribute. True False True False ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design Sequential retrieval on a primary key for sequential file storage has which of the following features? Very fast Moderately fast Impractical Slow Very fast Moderately fast Impractical Slow ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? CHAR VARCHAR2 LONG NUMBER CHAR VARCHAR2 LONG NUMBER ANSWER DOWNLOAD EXAMIANS APP
Physical Database Design When storage space is scarce and physical records cannot span pages, creating multiple physical records from one logical relation will minimize wasted storage space. False True False True ANSWER DOWNLOAD EXAMIANS APP