0 of 7 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 7 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Wie erstellet man eine Datenbank?
Wie zeigt man eine Datenbank an?
Wie löscht man eine Datenbank?
Wie kann man eine Datenbank verwenden?
Welchen der Dateitypen verwendet man für Zahlen?
USE <DataenbankName>;
CREATE TABLE tablename (
column_name data_type,
column_name data_type );
CREATE TABLE tablename (
column_name data_type,
column_name data_type );
CREATE DATABASE <DataenbankName>;
CREATE TABLE tablename (
column_name data_type,
column_name data_type );
Was sind alle Möglichkeiten um eine tabelle zu Zeigen