Look at the table named "Employeelist"
Which SQL statement exactly represents in selecting all FIELDS where the Department = 'Engineering'
G10 Structured Query Language
Quiz
•
Computers
•
10th Grade
•
Hard
Fritz Bansag
Used 1+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the table named "Employeelist"
Which SQL statement exactly represents in selecting all FIELDS where the Department = 'Engineering'
SELECT * FROM Employeelist WHERE Department = 'Engineering'
SELECT * FROM Employeelist WHEN Department = 'Engineering'
SELECT ^^ FROM Employeelist WHICH Department = 'Engineering'
SELECT ++ FROM Employeelist WHILE Department = 'Engineering'
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the table named "Employeelist"
Which SQL statement exactly represents in selecting 'Name' where the Age is lesser than or equal '30'
SELECT Employeelist.Name FROM Employeelist WHERE Age <= '30'
SELECT Employeelist.[Name] FROM Employeelist WHERE Age <= '30'
SELECT Employeelist.Name FROM Employee_list WHERE Age =< '30'
SELECT Employeelist.Name FROM Employeelist WHERE Age <= '30'
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In creating a table named "Students2024".
Can you identify which is missing or error in the statement below:
CREATE Students2024(Employee_ID INTEGER, LASTNAME TEXT (50), FIRSTNAME TEXT (50))
TABLE
comma (s)
spelling error
No error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the image and create a table named "Students2024" with the parameters as shown.
CREATE TABLE Students2024(
Employee_ID INTEGER; LASTNAME TEXT (50); FIRSTNAME TEXT (50))
CREATE TABLE Students2024(
Employee_ID INTEGER, LASTNAME TEXT (50), FIRSTNAME TEXT (50))
CREATE Students2024(
Employee_ID INTEGER, LASTNAME TEXT (50), FIRSTNAME TEXT (50))
CREATE TABLE Students2024(
Employee_ID INTEGER, LASTNAME WORD (50), FIRSTNAME WORD (50))
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is true to delete the table "Employee_list_V1" from the database.
DEL TABLE Employee_list_V1
DROP TABLE Employee_list_V1
DELETE Employee_list_V1
DROP_TABLE "Employee_list_V1"
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Which statement is true to delete the table "Employee_list_V1" from the database.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the image and Identify if there is an error in the SQL statement.
( )
;
spelling error
No errors
[ ]
12 questions
Pretest 1 PDBMS
Quiz
•
1st - 10th Grade
15 questions
Programming Basics, Unit 10 Review
Quiz
•
9th - 12th Grade
14 questions
Security Systems - Threats
Quiz
•
10th Grade
10 questions
SQL
Quiz
•
9th - 11th Grade
16 questions
National 5 Computing Science Prelim Revision
Quiz
•
9th - 12th Grade
10 questions
SQL SELECT
Quiz
•
8th - 10th Grade
10 questions
SQL- Join, Group by, having
Quiz
•
9th - 12th Grade
15 questions
AP CSP Exam Review: Big Idea 3
Quiz
•
8th - 10th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University