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
15 questions
IGCSE ICT Chapter 10: Communication

Quiz
•
9th - 10th Grade
13 questions
Dimensioning Practice test 1

Quiz
•
9th - 12th Grade
10 questions
C# Database

Quiz
•
10th Grade
15 questions
Computer Basics

Quiz
•
5th - 10th Grade
10 questions
MySQL Basic Syntax (Reviewer)

Quiz
•
10th Grade
15 questions
Basics in Java

Quiz
•
9th - 12th Grade
10 questions
SQL

Quiz
•
10th Grade
18 questions
Photoshop Selections and More

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade