Question
Easy
A double ellipse represents _______ attribute in ER-diagram.
1
Multi-valued
2
Composite
3
Derived
4
Complex
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option A
Explanation
The correct option is (1): The correct symbol used in an Entity-Relationship (ER) diagram to represent a Multi-valued attribute is the double ellipse or double oval. A multi-valued attribute is a property that can hold multiple distinct values for a single entity instance at any given time. For example, if an entity like a 'Student' can have multiple entries for the 'Phone Number' attribute, it is considered multi-valued. The double…Read More
Similar Questions from HTET Exam - Level 3 - Year 2018
Question 1
Easy
Source :
HTET 2018
Consider channel capacity is 100 Mbps, mean frame length is 10000 bits and average frame arrival rate is 5000 frames/sec. Applying simple queuing theory, the…
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 2
Easy
Source :
HTET 2018
In context of C++, consider the following statements: I: Friend function of a class can directly access both private and protected data of the class.…
Chapter :
Object-Oriented Programming (C++)
Topic :
Advanced Class Concepts
Question 3
Easy
Source :
HTET 2018
Consider Column - 1 and Column - 2: Column-1 - Column-2 1. Bing - a. Social Networking 2. Flipkart - b. e-mail 3. Facebook, -…
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals
Question 4
Easy
Source :
HTET 2018
Time complexity of Merge Sort Algorithm and Binary Search Algorithm are respectively............
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts