Question
1. (TCO 1) According to the book, a database system is essentially a high-powered way to manage _____. (Points : 4) people numbers lists of
people numbers lists of information SQL |
mysqladmin mysqlcheck mysqlroot mysqldump |
admin root general DBA |
Because MySQL works on a network you do not need to be logged in on the server machine. Because MySQL works on a network you need to be logged in on the server machine. Because MySQL works on a network you only need to be able to connect a client to the server. Because MySQL works on a network you have to have Internet access regardless. |
mysql_install_db mysql_install_dd mysql_install_dir mysql_install |
start it from a command line prompt start it from a browser window start it using a Window service for MySQL start it from a shortcut |
character_set_system character_set_server character_set_client character_set_database |
InnoDB MEMORY MyISAM ARCHIEVE |
InnoDB MEMORY MyISAM ARCHIEVE |
Columns that appear in the WHERE clause Columns that appear in the JOIN clause Columns that appear in the SELECT statement Columns that appear in the ORDER BY or GROUP BY |
Using an enum or set data type for columns used in numeric operations when the columns have a limited number of values Using smaller data types like MEDIUMINT or FLOAT when appropriate Always allowing columns to have NULL values Using BLOB or TEXT columns to allow data to be packed |
InnoDB MyISAM MEMORY Federated |
Setting at server startup Setting in an option file Setting before server startup Setting at runtime |
MyISAM MEMORY CSV FEDEERATED |
Add the appropriate lines to the options file Make sure that all of the component files already exist. Make sure that the directories exist for the tablespace component files. Start the server. |
CREATE GRANT PROFILE REVOKE |
GRANT COLUMNS WHAT ACCOUNT |
GRANT COLUMNS WHAT ACCOUNT |
Global Database Group Table |
Global User Group Table |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started