DBMS - keys , database schema

DBMS - keys , database schema

University

5 Qs

quiz-placeholder

Similar activities

Q11 - Info Mgt

Q11 - Info Mgt

University

10 Qs

ISAC Weekly Quiz 7 (DBMS)

ISAC Weekly Quiz 7 (DBMS)

University

10 Qs

ISAC Weekly Quiz 8 (C & DBMS)

ISAC Weekly Quiz 8 (C & DBMS)

University

10 Qs

Database Management System

Database Management System

University

9 Qs

EXERCISE_RELATIONALDATABASE

EXERCISE_RELATIONALDATABASE

University

10 Qs

CH 3(2)-Database Design

CH 3(2)-Database Design

University

10 Qs

Hands-on Modul 3

Hands-on Modul 3

University

10 Qs

RDBMS

RDBMS

University

10 Qs

DBMS - keys , database schema

DBMS - keys , database schema

Assessment

Quiz

Computers

University

Hard

Created by

Kowsalya P

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a set of one or more attributes taken collectively to unique identify a record?

Candidate key

Sub key

Super key

Foreign key

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider attributes ID, CITY and NAME . Which one of this can be considered as a super key?

NAME

ID

CITY

CITY, ID

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ------------ is a property of the entire relation, rather than of the individual tuples in which each tuple is unique.

Rows

Keys

Attribute

Fields

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following attribute can be taken as a primary key?

Name

Street

Id

Department

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An attribute in a relation is a foreign key if the ---- key from one relation is used as an attribute in that relation.

Candidate

Primary

Super

Sub