Correct Answer: NUMERIC
Explanation:
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
MySQL Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More MySQL MCQ Questions
Which statements are INVALID?
What will be the result of the following query? SELECT 105/(1-1):
Which is correct regarding the ALTER PROCEDURE statement?
Spatial indexes have which characteristics?
Which can be used instead Of the ALTER DATABASE statement?
Best way to store variable length text data in a MYSQL database?
Consider a list of date ranges (range-start and range-end): 10/06/1983 to 14/06/1983 15/07/1983 to 16/07/1983 18/07/1983 to 19/07/1983 What will be the best way to find out if another date range containing any of the ranges already exists in the above list?
Which 'MySQL' client utility option is useful for MySQL query execution on the command line?
Which is a valid declaration? 1) CHAR(0) 2) CHAR(1024) 3) CHAR(256) 4) VARCHAR(-1024)
Which is not a String column types?