In which situation do you need to perform a restore on a database?
A
You are a Database Administrator of MySQL database.
Few days back, your server crashed. Now, it is up and online.
You need to check the integrity of various tables used in the database.
You need to issue the CHECK TABLE command.
For which of the following tables will this command work? Each correct answer represents a complete solution. (Choose
two.)
B D
Which of the following is the process of extracting trails on a regular basis so that they can be transferred to a designated
security system where the database administrators do not have access?
A
Which of the following is an ANSI approved language for communicating and managing data in a relational database
management system (RDBMS)?
A
You manage a database named Exams accessed via a website.
The website is regularly accessed by users in different countries.
You are redesigning a table named History that records when users have purchased and taken online exams.
You need one of the columns in the History table to record what time of day that a user has taken an exam.
Additionally, you need this column to have time zone awareness.
What data type should you use?
A
This question requires that you evaluate the underlined text to determine if it is correct.
The CREATE TABLE command removes one or more table definitions and all data, indexes, triggers, constraints, and
permission specifications for those tables.
Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is
incorrect, select the answer choice that makes the statement correct
B
You work as the Database Administrator for a MySQL database server.
In an hour or so, you are able to bring a corrupted server online.
You execute the CHECK TABLE command and find that some of the InnoDB tables need to be repaired.
You restart the server and discover that auto-recover has failed.
Which of the following steps will you take to recover the corrupted InnoDB tables?
D
The component that holds information for a single entry in a table is called a:
B
You are creating a table to store customer data. The AccountNumber column uses values that always consist of one letter
and four digits. Which data type should you use for the AccountNumber column?
A
You need to populate a table named EmployeeCopy with data from an existing table named Employee.
Which statement should you use?
D