Which of the following is NOT a MySQL command used to gather more information about a given database?
a. GRANT
b. DESCRIBE
c. EXPLAIN
d. SHOW
a. GRANT
Computer Science & Information Technology
You might also like to view...
A pure virtual function is a member function
a) Whose declaration ends with = 0. b) That is used in a derived class only. c) That is used in a base class d) Takes no arguments e) Member form that is used to force all derived classes to implement that member function or be a pure virtual function member of the derived class.
Computer Science & Information Technology
Your incoming mail remains on the Web server rather than on your own computer when using local e-mail.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
In C++, the ____ symbol is called the assignment operator.
a. -> b. >> c. == d. =
Computer Science & Information Technology
By default, how many heading levels does a table of contents show?
A. 1 B. 2 C. 3 D. 4
Computer Science & Information Technology