SQL

Create an illustration of a computer screen displaying a SQL database with colorful graphs and charts, symbolizing the concept of data querying and analysis, in a modern and engaging style.

SQL Fundamentals Quiz

Test your understanding of SQL with this engaging quiz designed to challenge your knowledge on querying databases. Whether you're a student or a professional, this quiz will help you assess your grasp of key SQL concepts.

Key Features:

  • 10 multiple choice questions
  • Score feedback for each question
  • Designed for all skill levels
10 Questions2 MinutesCreated by QueryMaster724
1. How to select all data from student table starting the name from letter 'r'?
A. SELECT * FROM student WHERE name LIKE 'r%';
B. SELECT * FROM student WHERE name LIKE '%r%';
C. SELECT * FROM student WHERE name LIKE '%r';
D. SELECT * FROM student WHERE name LIKE '_r';
2. Which of the following query is correct for using comparison operators in SQL?
A. SELECT name, course_name FROM student WHERE age>50 and <80;
B. SELECT name, course_name FROM student WHERE age>50 and age <80;
C. SELECT name, course_name FROM student WHERE age>50 and WHERE age<80;
D. None of the above
3. The SQL keyword BETWEEN is used:
A. To limit the columns displayed
B. For ranges.
C. As a wildcard.
D. None of the above
4. SQL can be used to:
A. Create database structures only.
B. Query database data only.
C. Modify database data only.
D. All of the above can be done by SQL
5. When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):
A. NOT IN only
B. LIKE only.
C. IN only.
D. Both IN and NOT IN
6. Which of the following do you need to consider when you make a table in SQL?
A. Data types
B. Primary keys
C. Default values
D. All of the above.
7. The HAVING clause does which of the following?
A. Acts exactly like WHERE clause.
B. Acts like a WHERE clause but is used for columns rather than groups.
C. Acts like a WHERE clause but is used for groups rather than rows.
D. Acts like a WHERE clause but is used for rows rather than columns.
8. In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:
A. All columns of the table are to be returned.
B. All records meeting the full criteria are to be returned.
C. All records with even partial criteria met are to be returned.
D. None of the above is correct
9. The result of a SQL SELECT statement is a
A. file
B. report
C. table
D. form
10. The wildcard in a WHERE clause is useful when?
A. An exact match is necessary in a CREATE statement.
B. An exact match is necessary in a SELECT statement.
C. An exact match is not possible in a SELECT statement.
D. An exact match is not possible in a CREATE statement.
{"name":"SQL", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your understanding of SQL with this engaging quiz designed to challenge your knowledge on querying databases. Whether you're a student or a professional, this quiz will help you assess your grasp of key SQL concepts.Key Features:10 multiple choice questionsScore feedback for each questionDesigned for all skill levels","img":"https:/images/course8.png"}
Powered by: Quiz Maker