Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular Searches:
if-else
class-diagram
Polymorphism
flowchart
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
360 Views
0 Likes
The HAVING clause does which of the following?
YasminRadwan26
2022-06-03
1 answers
398 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
358 Views
0 Likes
The result of a SQL SELECT statement is a ______
YasminRadwan26
2022-06-03
1 answers
418 Views
0 Likes
A subquery in an SQL SELECT statement is enclosed in:
YasminRadwan26
2022-06-03
1 answers
341 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
362 Views
0 Likes
Which of the following must be enclosed in double-quotes?
YasminRadwan26
2022-06-03
1 answers
452 Views
0 Likes
The SQL statement - SELECT ROUND(45.926, -1) FROM DUAL;
YasminRadwan26
2022-06-03
1 answers
428 Views
0 Likes
The SQL statement - SELECT SUBSTR(\'abcdefghij\', INSTR(\'123321234\', \'2\', 3, 2), 2) FROM DUAL; Prints
YasminRadwan26
2022-06-03
1 answers
384 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
419 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
415 Views
0 Likes
Which data type can store unstructured data in a column?
YasminRadwan26
2022-06-03
1 answers
384 Views
0 Likes
The COUNT function in SQL returns the number of _____
YasminRadwan26
2022-06-03
1 answers
350 Views
0 Likes
Show More