Informatics Practices
What will be returned by the given query?
select round(23456.1234, -2) ;
- 23456.00
- 23400
- 23500
- 23456.1200
Related Questions
Online …………… is a theft of personal information in order to commit a fraud.
Identify the Single Row function of MySQL among the following:
- Trim ()
- Max ()
- Avg()
- Count()
Which one of the following functions is used to find the smallest value from the given data in MySQL?
- MIN()
- MINIMUM()
- SMALL()
- SMALLEST()
Choose the correct statement to print the label in the line chart.
- pl.xlabel("some values")
- pl.xlable("some values")
- pl.plotlabel("some values")
- None of these