हिंदी

Write suitable SQL query for the following: Display the remainder of 100 divided by 9. - Informatics Practices

Advertisements
Advertisements

प्रश्न

Write suitable SQL query for the following:

Display the remainder of 100 divided by 9.

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

उत्तर

select mod(100,9);

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

APPEARS IN

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

______ keyword is used to find out the number of values in a column?


Which method is used to get the row-id of the last modified row?


The MAX () function finds the


Assertion (A): COUNf function ignores DISTINCT

Reason (R): DISTINCT ignores the duplicate values.


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


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


What will be returned by the given query? select day of year('2015-02-10') = ______.


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


What will be returned by the given query? Select length(trim("ABC Public School")) = ______.


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


Which of the following is not a date function?


Which function will be used to remove only the trailing spaces from a string?


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 output produced by the following SQL statement:

SELECT ROUND(342.9234, -1);


Write the output produced by the following SQL statement:

SELECT    YEAR(“1979/11/26”),
MONTH(“1979/11/26”),    DAY(“1979/11/26”), MONTHNAME(“1979/11/26”);


Write the output produced by the following SQL statement:

SELECT    LEFT("INDIA", 3),    RIGHT("Computer Science", 4),    MID("Informatics", 3, 4), SUBSTR("Practices", 3);


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 functions are used to find the largest value from the given data in MySQL?


Write suitable SQL query for the following:

Display the position of occurrence of the string ‘COME’ in the string ‘WELCOME WORLD’.


Write suitable SQL query for the following:

Round off the value 23.78 to one decimal place.


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.

TRIM()


Explain the following SQL function using a suitable example.

MID()


Explain the following SQL function using a suitable example.

POWER()


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×