1.

Which table in the ‘INFORMATION_SCHEMA’ stores information about storage engines and server plugins?(a) ENGINES, PLUGINS(b) FILES, PLUGINS(c) PLUGINS, STATISTICS(d) ENGINES, FILESThe question was asked in an international level competition.My doubt is from Writing Clients That Include SSL Support topic in portion MySQL Programs Using C of MySQL

Answer»

Right CHOICE is (a) ENGINES, PLUGINS

Best explanation: The ‘INFORMATION_SCHEMA’ is very useful in MySQL. It has many tables each SERVING its individual purpose. The storage ENGINE INFORMATION is stored in ENGINES and PLUGIN information in PLUGINS.



Discussion

No Comment Found

Related InterviewSolutions