हिंदी

Write suitable SQL query for the following: Round off the value 23.78 to one decimal place.

Advertisements
Advertisements

प्रश्न

Write suitable SQL query for the following:

Round off the value 23.78 to one decimal place.

एक पंक्ति में उत्तर
Advertisements

उत्तर

select round(23.78,1);

shaalaa.com
Functions in SQL
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2022-2023 (March) Sample

APPEARS IN

संबंधित प्रश्न

Which of the following belongs to an "aggregate function"?


The MAX () function finds the


What will be the output of the following SQL statement? 

SELECT DAY NAME (2022-04-08) 


The char() function in MySql is an example of ______. 


Which command is used to delete a table? (in SQL)


Identify Single Row function of MySQL among the following.


What will be returned by the given query? select mid("Computer", 2, 4) = ______.


What will be returned by the given query? select substr("Computer", 4) = ______.


What will be returned by the given query? SELECT RIGHT("LEFT", 2) = ______.


Name a function of MySQL which is used to remove trailing and leading spaces from a string.


The ______ function returns m raised to the nth power.


Which of the following is not a text function?


What is the general format of UPPER() return type?


Which statement is used to count the number of rows in table?


Site any two differences between Single Row Functions and Aggregate Functions.


Write the name of the functions to perform the following operation:

To display the name of the month in which you were born.


Write the output produced by the following SQL statement:

SELECT LENGTH("Informatics Practices");


Differentiate between count() and count(*) functions in SQL with appropriate examples.


Which type of values will not be considered by SQL while executing the following statement?

SELECT COUNT(column name) FROM inventory;


If column “Fees” contains the data set (5000,8000,7500,5000,8000), what will be the output after the execution of the given query?

SELECT SUM (DISTINCT Fees) FROM student;


Which one of the following is not an aggregate function?


Based on the table STUDENT given here, write suitable SQL queries for the following:

Roll No Name Class Gender City Marks
1 Abhishek XI M Agra 430
2 Prateek XII M Mumbai 440
3 Sneha XI F Agra 470
4 Nancy XII F Mumbai 492
5 Himanshu XII M Delhi 360
6 Anchal XI F Dubai 256
7 Mehar X F Moscow 324
8 Nishant X M Moscow 429
  1. Display gender-wise highest marks.
  2. Display city-wise lowest marks.
  3. Display the total number of male and female students.

Write suitable SQL query for the following:

Display 7 characters extracted from the 7th left character onwards from the string ‘INDIA SHINING’.


Write suitable SQL query for the following:

Remove all the expected leading and trailing spaces from a column userid of the table ‘USERS’.


Explain the following SQL function using a suitable example.

UCASE()


Which function returns the sum of all elements of a list?


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×