1. Question:What are the purposes of INFORMATION_SCHEMA database? 

    Answer
    INFORMATION_SCHEMA offers a solution for using typical SELECT queries to learn more about databases and various server settings. Consisting of 16 tables, it\'s possible to learn about practically every aspect of installation.






    1. Report
  2. 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






    1. Report
Copyright © 2025. Powered by Intellect Software Ltd