mysql-Statements

Quiz
•
Computers
•
10th Grade
•
Medium

Ruedi Schenk
Used 9+ times
FREE Resource
14 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
SELECT * FROM besucher |_____| ID > 15;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welches ist das Platzhalterzeichen für beliebigen Text in MySQL?
*
%
&
\&
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie wählen Sie die Spalte Vorname aus einer Tabelle mit Namen 'Personen' aus?
SELECT Personen.Vorname
EXTRACT Vorname FROM Personen
SELECT Vorname FROM Personen
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie wählen Sie alle Spalten aus einer Tabelle mit Namen 'Personen' aus?
SELECT Personen*
SELECT ALL FROM Personen
SELECT [all] FROM Personen
SELECT * FROM Personen
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie wählen Sie alle Datensätze aus einer Tabelle mit Namen 'Personen' aus, deren Vorname Peter ist?
SELECT [ALL] FROM Personen WHERE Vorname LIKE 'Peter'
SELECT * FROM Personen WHERE Vorname <> 'Peter'
SELECT * FROM Personen WHERE Vorname = 'Peter'
SELECT * FROM Personen WHERE Vorname = Peter
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Ergänzen Sie das Statement, um Anna Schmidt zu selektieren.
INSERT INTO bewohner where ID = |____|
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welches Statement für diese Abfrage?
SELECT ID,Vorname,Nachname, Gewicht FROM bewohner ORDER BY Gewicht
SELECT * FROM bewohner ORDER BY Gewicht DESC
SELECT ID,Vorname,Nachname, Gewicht FROM bewohner WHERE Gewicht > 50
SELECT * FROM bewohner WHERE Gewicht <=100
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Introduction to Programming Vocabulary

Quiz
•
9th - 12th Grade
10 questions
1.1 Systems Architecture

Quiz
•
10th - 11th Grade
10 questions
RO81 LO2 Hardware

Quiz
•
10th - 11th Grade
15 questions
Filtering

Quiz
•
10th - 11th Grade
10 questions
Lesson 01 Unit 1 Excel 2019/365 MOAC

Quiz
•
9th - 12th Grade
16 questions
GCSE Databases and SQL 2

Quiz
•
9th - 10th Grade
10 questions
Unit 7 - Formatting Cells and Ranges

Quiz
•
5th Grade - University
10 questions
Grade 10 A

Quiz
•
10th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
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
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th 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