1.

MySQL can be used to execute script files.(a) True(b) FalseI have been asked this question in final exam.This key question is from Interacting with MySQL topic in chapter General MySQL Use of MySQL

Answer»

Right ANSWER is (a) True

The explanation: MySQL is capable of reading input from a FILE in batch MODE. This is also known as the non-interactive mode. A lot of TYPING and time can be saved when commands are stored in a file and EXECUTED from a file.



Discussion

No Comment Found

Related InterviewSolutions