Oracle 12c: SQL
3rd Edition
ISBN: 9781305251038
Author: Joan Casteel
Publisher: Cengage Learning
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 1, Problem 18MC
Which of the following defines a relationship in which data can have multiple occurrences in each entity?
- a. one-to-one
- b. one-to-many
- c. many-to-many
- d. none of the above
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Which of the following defines a relationship in which each occurrence of data in one entity is represented by only one occurrence of data in the other entity?a. one-to-oneb. one-to-manyc. many-to-manyd. none of the above
A ternary relationship is a relationship which
includes
Select one:
O a. Two entities
O b. Three entities
Oc. One entity
O d. Four entities
Which statement is associated with two seperate entities.
a) Attribute
b) Entity Type
c) Reflective Relationship
d) Relationship
Chapter 1 Solutions
Oracle 12c: SQL
Ch. 1 - Prob. 1RQCh. 1 - Prob. 2RQCh. 1 - Prob. 3RQCh. 1 - Prob. 4RQCh. 1 - Discuss the problems that can be caused by data...Ch. 1 - Explain the role of a primary key.Ch. 1 - Prob. 7RQCh. 1 - Prob. 8RQCh. 1 - What type of relationship can’t be stored in a...Ch. 1 - Identify at least three reasons an organization...
Ch. 1 - Prob. 1MCCh. 1 - Prob. 2MCCh. 1 - Prob. 3MCCh. 1 - Prob. 4MCCh. 1 - Prob. 5MCCh. 1 - Prob. 6MCCh. 1 - Prob. 7MCCh. 1 - Which of the following has no partial or...Ch. 1 - Prob. 9MCCh. 1 - Which of the following has no partial dependencies...Ch. 1 - Which of the following has no repeating groups but...Ch. 1 - Prob. 12MCCh. 1 - Prob. 13MCCh. 1 - A unique identifier for a data row that consists...Ch. 1 - Which of the following symbols represents an...Ch. 1 - Prob. 16MCCh. 1 - Which of the following represents a field in a...Ch. 1 - Which of the following defines a relationship in...Ch. 1 - When part of the data in a table depends on a...Ch. 1 - Which of the following is used to join data...Ch. 1 - Which tables and fields would you access to...Ch. 1 - Prob. 2HOACh. 1 - Prob. 3HOACh. 1 - Prob. 4HOACh. 1 - Access path A database table is composed of...Ch. 1 - Prob. 6HOACh. 1 - Prob. 7HOACh. 1 - Prob. 8HOACh. 1 - Prob. 9HOACh. 1 - Prob. 10HOA
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- What is a relation?arrow_forwardWhich of the following defines a relationship in which each occurrence of data in one entity is represented by multiple occurrences of the data in the other entity?a. one-to-oneb. one-to-manyc. many-to-manyd. none of the abovearrow_forwardTRUE or FALSE - A super-entity can only have two sub-entities and no more. Select one: a.FALSE b.TRUEarrow_forward
- Assignment Brief: Some of the most difficult decisions that you face as a database developer are what tables to create and what columns to place in each table, as well as how to relate the tables that you create. Normalization is the process of applying a series of rules to ensure that your database achieves optimal structure. Normal forms are a progression of these rules. Each successive normal form achieves a better database design than the previous form did. Based on your understanding for the various normal form respond to the following problems and provide the optimal answer/solution. Problem#1: 1st Normal Form (1NF) Consider the Students table, with the primary key underlined, and the following data: Students: Alpha 100111 Email doe@usna.edu Name Courses GradePoints NN204, SI204, IT221 SM223, EE301 SI204 John Doe 2,3,3 Matt Smith 092244 113221 smith@usna.edu black@usna.edu 4,4 Melinda 3 Black NN204, SI204, IT221 090112 Tom Johnson Johnson@usna.ed 4,2,3 u a) Is the Students table…arrow_forwardIn an ERD, entities do not have columns. Instead which of the following is used to describe the entity's characteristics? Group of answer choices attributes degrees instances relationshipsarrow_forwardReference: A --> B--> C QUestion? what is the defintion of this type of relationship and what is an example of it?arrow_forward
- Q2- What is a composite entity, and when is it used?arrow_forwardSubject - Fundamentals to Database Question 4 An entity-relationship diagram (ERD) is a specialized graphic that illustrates the relationships between entities in a database. ERD often use symbols to represent three different types of information. Draw the ERD for the following scenario: (a) Each lecturer is identified by a uniqie number, name and phone. A lecturer teaches several courses and for each course there us a unique code and title. There might be several be several lecturers in a course. (b) A university where a student may take many courses employs lecturer. Each lecturer teach one or more course but no course is taught by more than one lecturer. Each student has to complete two or three assignments for each course. (c) A car rent company wishes to create a database about its activities. The company has a number of vehicles. Each vehicle is of certain model. A customer can rent only one vehicle at a time. Every vehicle must be checked by an employee to make sure it is in…arrow_forwardA rental car agency classifies the vehicles it rents into four categories: compact, mid-size, full-size and sport utility. The agency wants to record the following data for all vehicles: Vehicle, Make, Model, Year and Color. There are no unique attributes for any of the four classes of vehicles. The entity type vehicle has a relationship named Rents with customer entity type. None of the four vehicle classes has a unique relationship with any entity type. Would you consider creating a supertype/subtype relationship for this problem? Why or why not?arrow_forward
- Look at the 4 entities below and assume that customer_id is the key common to all tables. • Customer: An entity that describes a customer. An instance occurs for unique customers only using name, date of birth, and login name as customer_id primary key. • Online: An entity that describes a customer purchasing activity online. An instance occurs when the customer completes the transaction. Customers can purchase more than once. • Visits: An entity that describes a customer purchase in a physical store. An instance occurs if a customer makes or purchase or checks-in using an app. Customers can visit more than once per day. • Satisfaction: An entity that represents data from a recent customer satisfaction survey. An instance occurs when a customer takes the survey. A customer is tracked by login name and can only take the survey one time. Use the information to match the following relationships. Answers can be reused more than once. The relationship between Customer and Online The…arrow_forwardInstructions: Create a complete ERD in Crow's Foot notation that can be implemented in the relational model using the descriptions below. The attributes required: Activity's ID, Activity's Title, Activity's description, Child's ID, Child's firstname and lastname, Child's Birthday, Parent's ID, Parent's number, Parent's address. The business rules are: An activity may or may not have a child signed up An activity may have many children signed up A child must have an activity A child may have many activities A child must have a parent A parent must have a child A child may have many parents A parent may have many children To submit: Write your answer in a clean sheet of paper and upload a picture of it to dropboxarrow_forwardQuestion 7 On ERD, you can create attributes with the same name in different Entities. Question 7 options: True Falsearrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781305627482Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningA Guide to SQLComputer ScienceISBN:9781111527273Author:Philip J. PrattPublisher:Course Technology Ptr
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
A Guide to SQL
Computer Science
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Course Technology Ptr
dml in sql with examples; Author: Education 4u;https://www.youtube.com/watch?v=WvOseanUdk4;License: Standard YouTube License, CC-BY