wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

The Relational Model and SQL DDL

Total questions: 5

Worksheet time: 10mins

Name
Class
Date
1.

למה מקבילה קבוצת ישויות במודל הקונספטואלי -במודל הרלציוני ובמסד נתונים רלציוני

a)

רלציה

b)

יישות

c)

טבלה

d)

מפתח על

e)

קשר

2.

מה הדרך הכונה להמרת התרשים לטבלאות

a)

ARTIST(ANR, aname);SINGER(ANR,music_style),ACTOR(ANR)

b)

ARTIST(ANR, aname);SINGER(ANR,music_style),ACTOR(ANR)

c)

SINGER(ANR, aname, music_style),ACTOR(ANR, aname)

d)

ARTIST(ANR, aname);SINGER(ANR,music_style),

3.

Which of the following are SQL-DDL statements

a)

CREATE TABLE...

b)

CREATE RELATION...

c)

DROP SCHEMA...

d)

DROP RELATIONSHIP...

e)

SELECT fieldName1 FROM table1...

4.

Which of the following can be done with ALTER TABLE?

a)

Delete a column

b)

Delete a constraint

c)

Delete a table

d)

Delete a schema

e)

Add a default value

5.

What type of diagram is this?

a)

ER Diagram

b)

EER Diagram

c)

Class Diagram

d)

Schema Diagram