>
Exams
>
Computer Science
>
Query using SQL
>
what will be returned by the given query select in
Question:
What will be returned by the given query ?
SELECT INSTR("DBITBTTSIT", “IT”);
CUET (UG) - 2023
CUET (UG)
Updated On:
Feb 21, 2026
2
3
10
-2
Hide Solution
Verified By Collegedunia
The Correct Option is
B
Solution and Explanation
The correct option is (B) :3.
Download Solution in PDF
Was this answer helpful?
0
0
Top Questions on Query using SQL
What is the output of the following SQL query ?
SELECT * FROM STUDENTS WHERE SName like ‘%S’ and age > 18;
CUET (UG) - 2023
Computer Science
Query using SQL
View Solution
Which of the following statement is NOT correct ?
A. By default, ORDER by clause sorts the result set in decreasing order
B. SUM() function is used to count the total no. of records in a table
C. By default, ORDER BY clause sorts the results set in increasing order
D. AVG() is an aggregrate function
E. The WHERE clause is used to specify filtering conditions for groups
Consider the correct answer from the options given below :
CUET (UG) - 2023
Computer Science
Query using SQL
View Solution
What will be the output of the given SQL Query SELECT DAY("2023-03-01);
CUET (UG) - 2023
Computer Science
Query using SQL
View Solution
Mohan wants to display all the attributes and all the tupIes of the table 'Teacher', help him to choose the correct SQL statement :
(A) Select % from teacher ;
(B) Select from teacher ;
(C) Select all from teacher ;
(D) Select * from teacher ;
Choose the correct answer from the options given below :
CUET (UG) - 2023
Computer Science
Query using SQL
View Solution
View All
Questions Asked in CUET exam
Find the ratio of de-Broglie wavelengths of deuteron having energy E and \(\alpha\)-particle having energy 2E :
CUET (UG) - 2026
Dual nature of radiation and matter
View Solution
If 36: 84 :: 42: X, then the value of X, is:
CUET (UG) - 2025
Ratio and Proportion
View Solution
5, 10, 17, 26, ?, 50 — Find the missing number.
CUET (UG) - 2025
Number Series
View Solution
The area (in sq. units) of the region bounded by the parabola y2 = 4x and the line x = 1 is
CUET (UG) - 2025
Application of Integrals
View Solution
Ram purchased a watch at a cost of \( \left(\frac{9}{10}\right)^{th} \) of the original cost and sold at 8% more than the original cost. His profit/loss is
CUET (UG) - 2025
Profit and Loss
View Solution
View More Questions