Question:What are the functions of --execute and --force option of mysql?
Answer
--execute:Executes a query without having to actually enter the client interface. We can execute multiple Queries with this option by separating each with a semicolon.--force:When we used noninteractive mode mysql can read and execute queries found in a text file