sql queries - 2

Quiz
•
Computers
•
12th Grade
•
Hard
sreerekha R
Used 219+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which would show all fields from the Pupils table?
SELECT * FROM Pupils
SELECT Name, Form FROM Pupils
SELECT * FROM *
SELECT * FROM Forms
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which Symbol means "All"
*
&
%
!
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which would find pupils with "er" anywhere in their name?
SELECT * FROM Pupils Where Name = "%er"
SELECT * FROM Pupils Where Name = "$er$"
SELECT * FROM Pupils Where Name = "%er%"
SELECT * FROM Pupils Where Name = "er%"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is it called when SQL is used in an attempt to harm a database?
SQL Injection
SQL Interception
SQL Attack
SQL Misuse
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the correct query
SELECT * FROM EMP WHERE NAME=NULL
SELECT * FROM EMP WHERE NAME IS NULL;
SELECT FROM EMP WHERE NAME IS NULL;
SELECT *FROM EMP WHERE NAME IS 'NULL';
6.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
The restrictions or conditions applied on data are known as ______________
7.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
The primary key of a table which is present in another table for referencing is known as ________________________
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Introduction to JavaScript

Quiz
•
9th - 12th Grade
24 questions
Structured Query Language

Quiz
•
12th Grade
20 questions
js_edu_wrap_up

Quiz
•
1st Grade - Professio...
15 questions
Java Arrays Prt 1Quiz

Quiz
•
9th - 12th Grade
15 questions
004_Java Instance Variables

Quiz
•
12th Grade - University
20 questions
iGCSE Computer Science: Programming Languages

Quiz
•
9th - 12th Grade
20 questions
Examen de Programación Unidad 3

Quiz
•
11th Grade - University
23 questions
Kelompok1 - Basis Data XII RPL

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade