What is a subquery?

ISYS6892003

Quiz
•
Information Technology (IT)
•
University
•
Medium
nur anisa
Used 1+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A type of join
A query within another query
A view definition
A sequence generator
A synonym
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which query finds names that end with 'son'?
SELECT * FROM employees WHERE name LIKE '%son%';
SELECT * FROM employees WHERE name LIKE 'son%';
SELECT * FROM employees WHERE name REGEXP_LIKE(name, 'son$');
SELECT * FROM employees WHERE name LIKE '%son';
SELECT * FROM employees WHERE name IN 'son';
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best defines a view?
A virtual table based on a query
A physical copy of a table
A stored procedure
A trigger function
A synonym for a column
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which query performs an inner join between orders and customers on customer_id?
SELECT * FROM orders JOIN customers ON orders.id = customers.id;
SELECT * FROM orders FULL JOIN customers;
SELECT * FROM orders NATURAL JOIN customers;
SELECT * FROM orders INNER JOIN customers ON orders.customer_id = customers.customer_id;
SELECT * FROM orders, customers WHERE orders.id = customers.id;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the UPPER function do in SQL?
Converts all characters to lowercase
Capitalizes the first letter of each word
Removes spaces from a string
Converts all characters to uppercase
Replaces NULL values
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which query creates a sequence starting at 100 and incrementing by 10?
CREATE SYNONYM seq_id FOR 100 INCREMENT 10;
CREATE SEQUENCE seq_id START WITH 100 INCREMENT BY 10;
SEQUENCE seq_id BEGIN 100 STEP 10;
CREATE SEQUENCE seq_id VALUES 100 TO 1000;
START SEQUENCE seq_id AT 100 BY 10;
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which group function returns the highest value in a column?
MIN
AVG
SUM
MAX
COUNT
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
Midterm FDB USTH_Gen13 (2024-2025)

Quiz
•
University
39 questions
Database Concepts Quiz

Quiz
•
University
45 questions
EER Model Concepts and Relationships

Quiz
•
University
35 questions
Chapter 12 Designing Effective Input

Quiz
•
University
38 questions
Quiz sur Apollo GraphQL

Quiz
•
University
39 questions
SQL Сұрақтары

Quiz
•
University
45 questions
IT2112 Networking 1 Quiz 1

Quiz
•
University
43 questions
MGMT 2080 - Exam 2

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade