Oracle Business Process Management Suite 12c Essentials
Oracle Hyperion Financial Management 11 Essentials
Oracle SOA Suite 12c Essentials
Oracle WebLogic Server 12c Essentials
Java SE 8 Programmer II
Oracle Business Intelligence Foundation Suite 11g Essentials
Siebel 8 Consultant
Oracle WebLogic Server 12c: Administration I
Oracle VM 3 for x86 Essentials
Oracle Database 12c Essentials
Which statement is correct about how InnoDB storage engine uses disk space?
It stores data in .MYD files and its index and undo information in the common tablespace.
It stores data in .MYD files, index information in .MYI files, and undo information the common tablespace.
It stores its data in tablespace file(s). Index and data dictionary details are stored in .FRM files.
It stores its data, index and undo information in .MYD and .MYI files.
It stores data, index and undo information in tablespace file(s).
Which two statements are true regarding the creating of new MySQL physical and logical backups? (Choose two.)
Physical backups can be used to recover from data corruption.
Logical backups are human-readable whereas physical backups are not.
Logical backups are always larger than physical backups.
Physical backups are usually slower than text backups.
Physical backups are usually faster than text backups.
Which three allocate memory per thread in MySQL? (Choose three.)
query cache
thread cache
read buffer
internal temporary table
sort buffer
InnoDB buffer pool instance