Exams
Subjects
Classes
Home
CUET (UG)
Computer Science
List of top Computer Science Questions on SQL Functions asked in CUET (UG)
Which of the following are single row functions?
A. MAX()
B. SUM()
C. MOD()
D. DAY()
CUET (UG) - 2026
CUET (UG)
Computer Science
SQL Functions
Which of the following statement will correctly filter products having an average price of 50?
CUET (UG) - 2026
CUET (UG)
Computer Science
SQL Functions
Match List I with List II
LIST I
LIST II
A. SELECT LOWER('COMPUTER');
IV. 'computer'
B. SELECT LEFT('COMPUTER', 3);
I. 'COM'
C. SELECT RIGHT('COMPUTER', 4);
II. 'UTER'
D. SELECT MID('COMPUTER', 2, 3);
III. 'OMP'
CUET (UG) - 2023
CUET (UG)
Computer Science
SQL Functions
Which SQL function will return the following output:
mysql> Select __?__ (53, 10);
output __3
CUET (UG) - 2023
CUET (UG)
Computer Science
SQL Functions
Vardan was asked by his teacher the meaning of the following command. He is not able to decide on the correct answer. Help him in selecting the correct answer.
Select * from stud where admn like '\%5\%5\%';
CUET (UG) - 2023
CUET (UG)
Computer Science
SQL Functions
Match List I with List II:
LIST I
LIST II
A. Alter
I. Change the name of the column
B. Update
II. Update existing information in a table
C. Delete
III. Delete an existing row from table
D. Create
IV. Create a database
Choose the correct answer from the options given below:
CUET (UG) - 2023
CUET (UG)
Computer Science
SQL Functions