Question
Computer Science Question on Introduction to MySQL
Match List I with List IIList I | List II |
---|---|
A. | select mod(13, 3); |
B. | select power(5, 3); |
C. | select length('Data Science'); |
D. | select month('2000-03-12) |
Choose the correct answer from the options given below : |
A
A-I, B-II, C-III, D-IV
B
A-III, B-IV, C-I, D-II
C
A-III, B-I, C-II, D-IV
D
A-II, B-III, C-I, D-IV
Answer
A-III, B-IV, C-I, D-II
Explanation
Solution
The correct option is (B) :A-III, B-IV, C-I, D-II.