Worksheet 18 Answers
Worksheet 18 Answers
Question Bank
Answers
https://unacademy.com/@LovejeetArora
Chalo Sath Mil Kar kre Shuru….
1) The now()function in MySql is an example of .
a. Math function
b. Text function
c. Date Function
d. Aggregate Function
Ans:- c. Date Function
3) Write the SQL command that will display the time and date at which
the
command got executed.
Ans: SELECT NOW();
select pow(2.37,3.45);
IP /CS - My SQL Worksheet-18
Question Bank
Answers
https://unacademy.com/@LovejeetArora
Chalo Sath Mil Kar kre Shuru….
a. 17.62
b. 19.62
c. 18.35
d. 15.82
Ans:- a. 19.62
a. Math function
b. Text function
c. Date Function
d. Aggregate Function
select instr('Toolbarbar','bar');
Ans:- 5
a. DDL command
b. DML Command
c. TCL command
13) The ____________command can be used to arrange data in some order in a table in SQL.
IP /CS - My SQL Worksheet-18
Question Bank
Answers
https://unacademy.com/@LovejeetArora
Chalo Sath Mil Kar kre Shuru….
Ans:- ORDER BY
14) Write the name of the clause used with SELECT command to search for a specific pattern in the
strings.
Ans:- LIKE