Ask Question
1 September, 16:41

You are working with a MySQL installation in Windows. You plan to use the mysql client utility in batch mode to run a query that has been saved to a file in the C:/mysql_files directory. The name of the file is users. sql, and it includes a command to use the mysql database, which the query targets. You want to save the results of the query to a file named users. txt, which should also be saved to the C:/mysql_files directory. What command should you use to execute the query

+1
Answers (1)
  1. 1 September, 19:39
    0
    mysql - t c:/mysql_files/users. txt

    Explanation:

    MySQL is a system software that is written in programming language such as c+ + and c, the software was initially released on the 23rd day of the month of May, in the year 1995 by Oracle corporation. It is a popular software in companies that are commerce related or orientated since it deals with things related to web database.

    So, to answer the question we are given that the file that will results of the query is users. txt and the directory is C:/mysql_files, therefore, the command that should you use to execute the query is; mysql - t c:/mysql_files/users. txt
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “You are working with a MySQL installation in Windows. You plan to use the mysql client utility in batch mode to run a query that has been ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers