Course Name :- Create Tables and Load Data in MySQL using phpMyAdmin
Create Tables and Load Data in MySQL using phpMyAdmin Cognitive Class Final Exam Answers:-
Question 1. Which edition of MySQL is free to use under a General Public License?
- Cluster
- Enterprise
- Community
- Standard
Question 2. Which tool should you use if you want to administer MySQL from a graphical web interface?
- MySQL Workbench
- phpMyAdmin
- HeidiSQL
Question 3. Which one of the following GUI tools is the visual database design tool for MySQL?
- MySQL Workbench
- HeidiSQL
- phpMyAdmin
Question 4. Which method of populating a MySQL database table is ideal for very small amount of data?
- Insert the rows from a data file.
- Manually enter the rows using the phpMyAdmin interface.
- Restore the rows from a backup.
- All of the above.
Question 5. using phpMyAdmin, at which point in the process do you select the encoding method for the data?
- When you name the new database.
- When you define the columns in the table.
- When you are shown a summary of the structure of the new table.
- When you add tables to the database.