Advanced Databases

Advanced Databases

University

25 Qs

quiz-placeholder

Similar activities

PL SQL

PL SQL

University - Professional Development

20 Qs

JDBC

JDBC

University

20 Qs

PHP & MySQL - parte 1

PHP & MySQL - parte 1

9th Grade - Professional Development

20 Qs

SQL Basics

SQL Basics

University

20 Qs

Pemrograman Platform Khusus Semester Antara 2020

Pemrograman Platform Khusus Semester Antara 2020

University

20 Qs

Quiz Materi Gabungan PL/SQL 14Juni2022

Quiz Materi Gabungan PL/SQL 14Juni2022

University

20 Qs

Tes Diagnostik Kognitif

Tes Diagnostik Kognitif

10th Grade - University

20 Qs

Linguagem PHP com SQL

Linguagem PHP com SQL

University

24 Qs

Advanced Databases

Advanced Databases

Assessment

Quiz

Computers

University

Easy

Created by

Kerry-Ann Xavier

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The total participation by entities is represented in E-R diagram as?

Dashed Line

Double Line

Double Rectangle

Circle

Answer explanation

In an E-R diagram, total participation of entities is indicated by a double line. This signifies that every instance of the entity must participate in the relationship, distinguishing it from partial participation, which uses a single line.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A relationship is?

An item in an application

A collection of related entities

Related data

A meaningful dependency between entities

Answer explanation

A relationship is best defined as a meaningful dependency between entities, as it captures how different entities interact and rely on each other, making this choice the most accurate among the options.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _________ consists of a sequence of query and/or update statements

transaction

commit

rollback

flashback

Answer explanation

A transaction consists of a sequence of query and/or update statements that are executed as a single unit. This ensures data integrity, making 'transaction' the correct choice over 'commit', 'rollback', or 'flashback'.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is another name for weak entity?

child

dominat

owner

all of these

Answer explanation

A weak entity is often referred to as a 'child' entity because it depends on a 'parent' or 'owner' entity for its existence. Therefore, 'child' is the correct answer, while 'dominat' and 'owner' are not standard terms for weak entities.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to enhanced-entity relationships, association between super class and subclass is

Super class is subset of subclass

Subclass is subset of subclass

Subclass is partial joint of super class

Super class is partial joint of subclass

Answer explanation

In enhanced-entity relationships, a subclass represents a specific subset of the superclass. Therefore, the correct choice is that the subclass is a subset of the superclass, not the other way around.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a PL/SQL identifier?

cursors

tuples

exceptions

constants

Answer explanation

In PL/SQL, 'tuples' is not a recognized identifier. Cursors, exceptions, and constants are valid identifiers used in PL/SQL programming, while tuples are more commonly associated with data structures in other programming languages.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which join refers to join records from the right table that have no matching key in the left table are include in the result set?

Left outer join

Right outer join

Full outer join

Half join

Answer explanation

The right outer join includes all records from the right table, even if there are no matching keys in the left table. This is why the correct answer is 'Right outer join', as it specifically addresses the scenario described.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?