Logo
search
menuicon
thubnail
Festival sportif
équipe

SELECT and JOIN

Moh. Yahya
75
problème ajouté (20/ 20)
Autoriser une réponse incorrecte
Cacher la réponse
public quiz

problème 1

réponse courte

What SQL keyword is used to retrieve data from a database?

  • SELECT

problème 2

réponse courte

In SQL, which clause is used with SELECT to specify the table to query?

  • FROM

problème 3

réponse courte

What keyword is used with SELECT to sort the result set?

  • ORDER BY

problème 4

réponse courte

Which SQL clause filters records in a SELECT query?

  • WHERE

problème 5

réponse courte

What keyword allows you to remove duplicate rows in a SELECT statement?

  • DISTINCT

problème 6

réponse courte

In an SQL query, what symbol is used as a wildcard for a single character in a LIKE clause?

  • _

problème 7

réponse courte

Which function calculates the total number of rows returned by a SELECT query?

  • COUNT

problème 8

réponse courte

What clause is used with SELECT to group rows that have the same values in specified columns?

  • GROUP BY

problème 9

réponse courte

Which keyword is used in a SELECT query to specify conditions on grouped records?

  • HAVING

problème 10

réponse courte

What does the SQL keyword 'AS' do in a SELECT statement?

  • Alias

problème 11

réponse courte

What SQL clause is used to combine rows from two or more tables based on a related column between them?

  • JOIN

problème 12

réponse courte

Which type of JOIN returns all records when there is a match in either left or right table records?

  • FULL OUTER JOIN

problème 13

réponse courte

What JOIN type returns only the rows with matching values in both tables?

  • INNER JOIN

problème 14

réponse courte

Which JOIN returns all records from the left table and the matched records from the right table?

  • LEFT JOIN

problème 15

réponse courte

What does the term 'NULL' represent in SQL JOIN operations?

  • Missing Value

problème 16

réponse courte

Which SQL function can be used to replace NULL values in the result set of a JOIN?

  • COALESCE

problème 17

réponse courte

What kind of JOIN would you use to select all records from the right table and the matched records from the left table?

  • RIGHT JOIN

problème 18

réponse courte

In SQL, which keyword can be added to a JOIN to specify a condition beyond the matching columns?

  • ON

problème 19

réponse courte

What is the default JOIN type if no specific JOIN type is mentioned?

  • INNER JOIN

problème 20

réponse courte

Which JOIN type is the least commonly used and can be replaced by a different type of JOIN with a WHERE clause?

  • CROSS JOIN

Partage de Google Classroom