Home / Programming MCQs / MySQL MCQs / Question
A
Q. Which datatypes are PL/SQL-only datatypes that are more efficient than the SQL datatypes NUMBER or INTEGER for integer arithmetic?
The BINARY_INTEGER is used to store signed integers. They require less storage than the number values. Arithmetic operations work faster. PLS_INTEGER have the same advantages as the BINARY_INTEGER.
You must be Logged in to update hint/solution
A function called from SQL statements must obey certain rules meant to control side effects.
Which datatypes can be used with a RECORD Type?
Which statement is used to modify data in a table?
The function used to convert an int to string is
The “father” of MySQL is ______.
The recovery of data changes made since a given point in time is called
Which of the following is the correct representation of “float(4,2)”?
Collection is an ordered group of elements, all of the same type.
Discusssion
Login to discuss.