मराठी

Write the output produced by the following SQL statement: SELECT LEFT("INDIA", 3), RIGHT("Computer Science", 4),

Advertisements
Advertisements

प्रश्न

Write the output produced by the following SQL statement:

SELECT    LEFT("INDIA", 3),    RIGHT("Computer Science", 4), 

अति संक्षिप्त उत्तर
Advertisements

उत्तर

The result of the given query is shown below:

  1. IND
  2. ence
shaalaa.com
Functions in SQL
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 9: Structured Query Language (SQL) - Exercise [पृष्ठ १७७]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 12
पाठ 9 Structured Query Language (SQL)
Exercise | Q 2. e) | पृष्ठ १७७
एनसीईआरटी Informatics Practices [English] Class 12
पाठ 1 Querying and SQL Functions
Exercise | Q 2. e) | पृष्ठ २४

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

______ is used to get a specified day of the month for a given date.


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


What will be the output of the following SQL statement? 

SELECT DAY NAME (2022-04-08) 


Assertion (A): COUNf function ignores DISTINCT

Reason (R): DISTINCT ignores the duplicate values.


Identify Single Row function of MySQL among the following.


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


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


"COUNT" keyword belongs to which categories in Mysql?


Name a function of MySQL used to give position of the first occurrence of a string2 in string1.


What will be returned by the given query? SELECT MID('BoardExamination', 2, 4) = ______.


What will be returned by the given query? SELECT DAYOFYEAR('2015-01-10') = ______.


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

To display the day like “Monday”, and “Tuesday”, from the date when India got independence.


Write the output produced by the following SQL statement:

SELECT ROUND(123.2345, 2),
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”);


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;


In SQL, which function is used to display the current date and time?


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:

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:

Display the remainder of 100 divided by 9.


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.

POWER()


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


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×