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 questions
Post A Question
Classifications:
Sql programming Interview questions
Sql programming MCQ Questions
Other Categories:
Medicine
Networks
Java programming
C++ programming
C programming
c# programming
Python programming
Programming
Database
Php programming
Show Collections (3)
Show Questions (846)
MySQL Exercises
|
0
|
21
|
801
SQL (Structured Query Language) MCQ Quiz (Multiple Choice Questions And Answers)
|
0
|
25
|
759
Top 100 SQL server queries Interview questions
|
0
|
92
|
2243
From the following tables, write a SQL query to find the movies directed by 'James Cameron'. Return movie title
hamza
2022-05-18
0 answers
237 Views
0 Likes
From the following tables, write a SQL query to find those employees who are managers
hamza
2022-05-18
0 answers
218 Views
0 Likes
Which of the following do you need to consider when you make a table in SQL?
YasminRadwan26
2022-06-03
1 answers
401 Views
0 Likes
The HAVING clause does which of the following?
YasminRadwan26
2022-06-03
1 answers
443 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
405 Views
0 Likes
The result of a SQL SELECT statement is a ______
YasminRadwan26
2022-06-03
1 answers
463 Views
0 Likes
A subquery in an SQL SELECT statement is enclosed in:
YasminRadwan26
2022-06-03
1 answers
383 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
405 Views
0 Likes
Which of the following must be enclosed in double-quotes?
YasminRadwan26
2022-06-03
1 answers
496 Views
0 Likes
The SQL statement - SELECT ROUND(45.926, -1) FROM DUAL;
YasminRadwan26
2022-06-03
1 answers
473 Views
0 Likes
The SQL statement - SELECT SUBSTR(\'abcdefghij\', INSTR(\'123321234\', \'2\', 3, 2), 2) FROM DUAL; Prints
YasminRadwan26
2022-06-03
1 answers
427 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
461 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
456 Views
0 Likes
Show More