SQL Commands 12 File
SQL Commands 12 File
Ascending
Question 29 how do you group record by a specific column?
Date function
Question 39 How do you get the current date and time using
CURRENT_TIMESTAMP or NOW()?
Question 40 How can you extract the year from a date using
YEAR()?
Question 42 How can you extract the day from a date using
DAY() or DAYOFMONTH()?
Question 43 How can you find the day of the week for a
given date using DAYOFWEEK()?
String function
Question 44 How do you convert text to uppercase using
UPPER()?
B part
Question 50
Math function
Output
Question 58
Take data of your interest from an open source (eg. Data.gov
in) aggregate and summarize it then plot it using different
plotting functions of the matplotlib library.
Graph