Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular Searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Sql programming
Sql programming MCQ Questions
Post A Question
Classifications:
Sql programming Interview questions
MCQ Questions Categories:
Medicine MCQ Questions
Networks MCQ Questions
Java programming MCQ Questions
C++ programming MCQ Questions
C programming MCQ Questions
c# programming MCQ Questions
Python programming MCQ Questions
Database MCQ Questions
Php programming MCQ Questions
Show Collections (0)
Show Questions (25)
No collections found!
Which of the following do you need to consider when you make a table in SQL?
YasminRadwan26
2022-06-03
1 answers
348 Views
0 Likes
The HAVING clause does which of the following?
YasminRadwan26
2022-06-03
1 answers
387 Views
0 Likes
In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:
YasminRadwan26
2022-06-03
1 answers
348 Views
0 Likes
The result of a SQL SELECT statement is a ______
YasminRadwan26
2022-06-03
1 answers
408 Views
0 Likes
A subquery in an SQL SELECT statement is enclosed in:
YasminRadwan26
2022-06-03
1 answers
328 Views
0 Likes
Which of the following command makes the updates performed by the transaction permanent in the database?
YasminRadwan26
2022-06-03
1 answers
351 Views
0 Likes
Which of the following must be enclosed in double-quotes?
YasminRadwan26
2022-06-03
1 answers
441 Views
0 Likes
The SQL statement - SELECT ROUND(45.926, -1) FROM DUAL;
YasminRadwan26
2022-06-03
1 answers
418 Views
0 Likes
The SQL statement - SELECT SUBSTR(\'abcdefghij\', INSTR(\'123321234\', \'2\', 3, 2), 2) FROM DUAL; Prints
YasminRadwan26
2022-06-03
1 answers
372 Views
1 Likes
Table Employee has 10 records. It has a non-NULL SALARY column which is also UNIQUE
YasminRadwan26
2022-06-03
1 answers
408 Views
0 Likes
A SQL query will not work if there are no indexes on the relations - Is it true?
YasminRadwan26
2022-06-03
1 answers
407 Views
0 Likes
Which data type can store unstructured data in a column?
YasminRadwan26
2022-06-03
1 answers
375 Views
0 Likes
The COUNT function in SQL returns the number of _____
YasminRadwan26
2022-06-03
1 answers
340 Views
0 Likes
Show More