There are several types of keys. These together can be the PK in the S table OR these together with another simple attribute in the new table R can be the PK. Define the following terms (you may need to use the Internet for some of these): The RRE Trucking Company database includes the three tables in Figure 8.12. For a many to many relationship, consider the following points: Figure 8.8 shows another another aspect of the M:N relationship where an employee has different start dates for different projects. The Sakila database is a nicely normalised database modelling a DVD rental store (for those of you old enough to remember what that is). However, if a Covered Entity believes it will be beneficial to include information about data security, there is nothing stopping them. Using the example from the candidate key section, possible compositekeys are: The primary key is a candidate key that is selected by the database designer to be used as an identifying mechanism for the whole entity set. It is well suited to data modelling for use with databases because it is fairly abstract and is easy to discuss and explain. A and B represent two entity types participating in R. The combination of the primary keys (A and B) will make the primary key of S. For each n-ary (> 2) relationship, create a new relation to represent the relationship. A dependent entity has a primary key that includes at least one attribute which is a foreign key, i.e. In an entity relationship diagram (ERD), an entity type is represented by a name in a box. Affordable solution to train a team and make them project ready. Each employee has a name, identification number, address, salary and birthdate. Also see Appendix B: Sample ERD Exercises, This chapter of Database Design (including images, except as otherwisse noted) is a derivative copy of Data Modeling Using Entity-Relationship Model by Nguyen Kim Anh licensed under Creative Commons Attribution License 3.0 license. It is unique because no two rows in a table may have the same value at any time. One may be tangible, and the other intangible, but they both exist for you and they can both be recorded in a database as database entities. Each attribute has a name, and is associated with an entity and a domain of legal values. Here, Professor_Name, Professor _Address and Professor _Salary are attributes. There are a few types of attributes you need to be familiar with. Another term to know is entity type which defines a collection of similar entities. The name of a relation (table) in RDBMS is an entity type. Figure 8.7. An entity is considered weak if its tables are existence dependent. The database in Figure 8.11 is composed of two tables. An employee is assigned to one department but can join in several projects. Figure 8.14. In the COMPANY database example below, DepartmentID is the foreign key: A null is a special symbol, independent of data type, which means either unknown or inapplicable. Attribute A characteristic or trait of an entity type that describes the entity, for example, the Person This is a weak entity since its existence is dependent on another entity Professor, which we saw above. An entity in a database is a container designed to store and delineate information important to the goals of a project. To ensure that the row with the null value is included, we need to look at the individual fields. film-inventory-rental-payment vs film-inventory-store-customer-payment) to practice joins The key is an attribute or a group of attributes whose values can be used to uniquely identify an individual entity in an entity set. An Entity Relationship Diagram (ERD) is a type of diagram that lets you see how different entities (e.g. Use the Salary table (Salary_tbl) in Figure 8.6 to follow an example of how null can be used. Continuing our previous example, Professoris a strong entity, and the primary key is Professor_ID. Attributes and relationships are shown in the following diagram: The diagram uses Sakila naming conventions. Suppose you are using the database in Figure 8.13, composed of the two tables. An important constraint on an entityis the key. Figure 8.12. A candidate key is a simple or composite key that is unique and minimal. 10. So this would be written as Address = {59 + Meek Street + Kingsford}, A candidate key is selected by the design. Kernels have the following characteristics: they are the 'building blocks' of a database the primary key may be simple or composite the primary key is not a foreign key they do not depend on another entity for their . Logical Data Independence. Director and Play tables for question 2, by A. Watt. These are described below. Expertise in C#, ASP.NET MVC, Web API, WCF, JavaScript, Web Services, Jquery, AJAX, SQL Server, LINQ, SSIS, Entity Framework, Microsoft Enterprise Library, Microsoft Unit Test, TFS and Git.<br> Sound Knowledge in Angular, ReactJs, HTML5, CSS3.<br> Proficient in Software Quality Process, OOAD & RDBMS Concepts, SOLID principles, and design patterns.<br> Worked on B2B and B2C . Want to create or adapt OER like this? In the entity relationship diagram, shown in Figure 8.2, each attribute is represented by an oval with a name inside. Which of the tables contribute to weak relationships? Figure 8.15. Each attribute also has some restrictions on the values that it can contain. Use a composite of foreign key plus a qualifying column, First Name and Last Name assuming there is no one else in the company with the same name, Last Name and DepartmentID assuming two people with the same last name dont work in the same department, Last Name and Department ID assuming two people with the same last name dont work in the same department. A foreign key (FK) is an attribute in a table that references the primary key in another table OR it can be null. The weak entity in DBMS do not have a primary key and are dependent on the parent entity. Learn how BCcampus supports open education and how you can access Pressbooks. Why or why not? Each of these does a different job. Example of a ternary relationship. Figure 8.2. We need to record the start date of the employee in each project. Some of these are to be left as is, but some need to be adjusted to facilitate representation in the relational model. Implement a new independent entity phone in the Sakila database. An instance that is existence dependent on some other entity type. Address could be an attribute in the employee example above. Multivalued attributes are attributes that have a set of values for each entity. It provides abstraction of system functional requirements. IDis the primary key (represented with a line) and the Name in Dependententity is called Partial Key (represented with a dotted line). Its existence is not dependent on any other entity. They are what other tables are based on. Follow the Sakila conventions for your table and column names: All lower case Underscore separator between root and suffix A unary relationship, also called recursive, is one in which a relationship exists between occurrences of the same entity set. Physical data independence helps you to separate conceptual levels from the internal/physical . Which of the tables contribute to weak relationships? Entity in DBMS can be a real-world object with an existence, For example, in a Collegedatabase, the entities can be Professor, Students, Courses, etc. If so which table(s) and what is the redundant data? It is what other tables are based on. The primary key may be simple or composite. Characteristic entities, also known as attributive entities, might contain attributes that do not need to be contained in the parent entity, but which could be usefully stored in connection with it. They are said to be existence dependent on two or more tables. Identify the foreign key in the PLAY table. Multivaluedattributes are attributes that have a set of values for each entity. Student table for question 6, by A. Watt. This result does not include E13 because of the null value in the commission column. Entities has attributes, which can be considered as properties describing it, for example, for Professor entity, the attributes are Professor_Name, Professor_Address, Professor_Salary, etc. An entity can be of two types: As you develop your data model, you may discover certain entities that depend upon the value of the foreign key attribute for uniqueness. The database in Figure 8.11 is composed of two tables. They are what other tables are based on. Providing flexible independent consultancy services based on over 25 years' experience of Technical Business Analysis and IT solution design within global FMCG organisations.<br><br>Full lifecycle experience covering facilitation of analysis and requirements gathering through to design, build, support, maintenance and solution ownership.<br><br>Long standing experience of collaborating in . Without a corresponding employee record, the spouse record would not exist. A weak, or non-identifying, relationship exists if the primary key of the related entity does not contain a primary key component of the parent entity. An entity A depends on entity B only if instances of A exist in relation to instances of B. A privately held company (or simply a private company) is a company whose shares and related rights or obligations are not offered for public subscription or publicly negotiated in the respective listed markets but rather the company's stock is offered, owned, traded, exchanged privately, or over-the-counter.In the case of a closed corporation, there are relatively few shareholders or company . Identify the foreign key in the BookOrders table. In a database management system (DBMS), an entity is a piece of data tracked and stored by the system. ER models are readily translated to relations. For these entities, the foreign key must be a part of the primary key of the child entity (above the line) in order to uniquely define each entity. An ERD will allow you to map out all the entities to be contained in your database, list their attributes, determine the relationships between entities, and make sure that you understand exactly what it is that youre going to build. Experienced on Data Processing and Time Series Analytics applied on Energy area, scientific/consulting projects improved my programming skills especially in Python and R which become domain languages as like Java. Entities are typically nouns such as product, customer, location, or promotion. Another type of database entity is a characteristic entity. Implement a new independent entity phone in the Sakila database. . Data Independence is the property of DBMS that helps you to change the Database schema at one level of a database system without requiring to change the schema at the next higher level. This key is indicated by underlining the attribute in the ER model. Entities that do not depend on any other entity in the model for identification are called independent entities. These together can be the PK in the S table OR these together with another simple attribute in the new table R can be the PK. Independent entities, also referred to as kernels, are the backbone of the database. The primary key is not the only type of key. In this situation, Birthdate is called a stored attribute, which is physically saved to the database. In database terms, relationships between two entities may be classified as being either identifying or non-identifying. Implement a new independent entity phone in the Sakila database. Entity and Attributes are two essential terms of a database management system (DBMS). These arewell suited to data modelling for use with databases. Database entities can be persons, places, events, objects, or concepts, such as a university course, job, or online order. Explain the concept of DBMS schema with examples? The primary key is indicated in the ER model by underlining the attribute. A job is not a physical thing that you can touch, so it is intangible. 7. The main difference between the Entity and an attribute is that an entity is a real-world object, and attributes describe the properties of an Entity. The result of an arithmetic operation is null when either argument is null (except functions thatignore nulls). There are several different types of attributes. type of the information that is being mastered. A unary relationship, also called recursive, is one in which a relationship exists between occurrences of the same entity set. You should also be familiar with different kinds of entities including independent entities, dependent entities and characteristic entities. Do the tables contain redundant data? Which of the following indicates the maximum number of entities that can be involved in a relationship? What are different types of DBMS languages? The most important element in the database entity is that it can be uniquely identified. Similarly, we will add the Vendor entity to our Entity Data Model, and specify the Worker entity as its base class entity. The Entity may be tangible or intangible. primary key of another entity. In most cases of an n-ary relationship, all the participating entities hold a. Each dependent has a name, birthdate and relationship with the employee. It can be implemented by breaking up to produce a set of 1:M relationships. There are two types of data independence: 1. In the COMPANY database, these might include: First Name and Last Name assuming there is no one else in the company with the same name, Last Name and DepartmentID assuming two people with the same last name dont work in the same department, Last Name and Department ID assuming two people with the same last name dont work in the same department. For our employee database, the domain constraints might make sure that employee ID will be of a certain length and only include certain characters, or that an email address must contain a single @ sign and no spaces. Figure 8.3. Do the tables contain redundant data? You can also describe a strong entity as an independent entity and a weak entity as a dependent entity. It does not supply SSNs to users. Cardinality refers to maxima and minima of relations and attributes Attribute maximum the greatest number of attribute instances possible for a single entity; is specified as one or many. Users cannot manipulate the logical structure of the database. A one to many (1:M) relationship should be the norm in any relational database design and is found in all relational database environments. Use Figure 8.12 to answer questions 4.1 to 4.5. An employee is assigned to one department but can join in several projects. Use this figure to answer questions 2.1 to 2.5. A ternary relationship is a relationship type that involves many to many relationships between three tables. However, another entity isProfessor_Dependents, which is our Weak Entity. The foreign key identifies each associated table. There are a few types of attributes you need to be familiar with. During the financial crisis of 2007-09, companies, regulators, and policymakers struggled to trace quickly the exposures and connections between Lehman Brothers and other financial firms, highlighting the need for a globally recognized identifier for legal entities. We make use of First and third party cookies to improve our user experience. Independent entity means an entity having a public purpose relating to the state or its citizens that is individually created by the state or is given by the state the right to exist and conduct its affairs as an: Independent entity has the meaning set forth in Section 9.01 of this TMA. { "1.01:_Chapter_1_Before_the_Advent_of_Database_Systems" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.02:_Chapter_2_Fundamental_Concepts" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.03:_Chapter_3_Characteristics_and_Benefits_of_a_Database" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.04:_Chapter_4_Types_of_Data_Models" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.05:_Chapter_5_Data_Modelling" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.06:_Chapter_6_Classification_of_Database_Management_Systems" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.07:_Chapter_7_The_Relational_Data_Model" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.08:_Chapter_8_The_Entity_Relationship_Data_Model" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.09:_Chapter_9_Integrity_Rules_and_Constraints" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.10:_Chapter_10_ER_Modelling" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.11:_Chapter_11_Functional_Dependencies" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.12:_Chapter_12_Normalization" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.13:_Chapter_13_Database_Development_Process" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.14:_Chapter_14_Database_Users" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.15:_Chapter_15_SQL_Structured_Query_Language" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.16:_Chapter_16_SQL_Data_Manipulation_Language" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.17:_Appendix_A_University_Registration_Data_Model_Example" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.18:_Appendix_B_Sample_ERD_Exercises" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "1.19:_Appendix_C_SQL_Lab_with_Solution" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()" }, { "00:_Front_Matter" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "01:_Chapters" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()", "zz:_Back_Matter" : "property get [Map MindTouch.Deki.Logic.ExtensionProcessorQueryProvider+<>c__DisplayClass228_0.b__1]()" }, 1.8: Chapter 8 The Entity Relationship Data Model, [ "article:topic", "license:ccby", "showtoc:no", "authorname:awatt" ], https://eng.libretexts.org/@app/auth/3/login?returnto=https%3A%2F%2Feng.libretexts.org%2FBookshelves%2FComputer_Science%2FDatabases_and_Data_Structures%2FDatabase_Design_(Watt)%2F01%253A_Chapters%2F1.08%253A_Chapter_8_The_Entity_Relationship_Data_Model, \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}}}\) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\). In the COMPANY database, these might include: Each attribute has a name, and is associated with an entity and a domain of legal values. An entity might be. The Deloitte US Firms are deeply committed to acting with integrity. LAB - Implement independent entity (Sakila) Implement a new independent entity phone in the Sakila database. A ternary relationship is a relationship type that involves many to many relationships between three tables. An example of a multivalued attribute from the COMPANY database,as seen in Figure 8.4, are the degrees of an employee: BSc, MIT, PhD. See Figure 8.9 for an example. 6.3 LAB - Implement independent entity (Sakila) Implement a new independent entity phone in the Sakila database. An entity might be. Company database examples include: A strong, or identifying, relationship exists when the primary key of the related entity contains the primary key component of the parent entity. Additional attributes may be assigned as needed. unary relationship: one in which a relationship exists between occurrences of the same entity set. Entities are stored in tables in databases. A person, organization, object type, or concept about which information is stored. The primary key may be simple or composite. The foreign key is used to further identify the characterized table. Identify the TRUCK table candidate key(s). Derived attributes are attributes that contain values calculated from other attributes. In this case, LINE ITEM is existence dependent on ORDER, since it makes no sense in the business context to track LINE ITEMS unless there is a related ORDER. 9. The following material was written by Adrienne Watt: Database Design - 2nd Edition by Adrienne Watt is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted. In this relationship, the primary and foreign keys are the same, but they represent two entities with different roles. There are three types of entities commonly used in entity relationship diagrams. A one to many (1:M) relationship should be the norm in any relational database design and is found in all relational database environments. Identify the candidate keys in both tables. Strong relationships? definition. For some entities in a unary relationship. Truck, Base and Type tables for question 4, by A. Watt. The primary key is not a foreign key. These entities have the following characteristics: Characteristic entities provide more information about another table. The primary key may be simple or composite. In IDEF1X notation, dependent entities are represented as round-cornered boxes. Mongolian Business Database (NGO) is the project managed by B2B Mongolia which aims to be . Suppose you are using the databasein Figure 8.13, composed of the two tables. The composite entity table must contain at least the primary keys of the original tables. The entity defines the type of data stored, simply it is nothing but a database table . A one to one (1:1) relationship is the relationship of one entity to only one other entity, and vice versa. In the context of data models, an entity is a person, place, thing, or event about which data will be collected and stored. a. condensed b. physical c. logical d. conceptual Click the card to flip Definition 1 / 30 d. conceptual Click the card to flip Flashcards Learn Test Created by viviann951 Terms in this set (30) For now, it might be useful to know that candidate keys are unique attributes in the table and that the primary key is selected from one of these candidate keys to be the identifier for the entity set. For the rest of this chapter, we will use a sample database called the COMPANY database to illustrate the concepts of the ER model. The relationship between these two entities can be expressed as An ORDER one or more LINE ITEMS. Each attribute has a name, and is associated with an entity and a domain of legal values. Composite and other attributes in the entity-relationship model. Presently serves as an Independent Board Member of several entities with a Mongolian business focus. 5.a and 5.b show event logs that illustrate time-dependent and time-independent relationships, respectively. Therefore, we need a JOIN table that contains the EID, Code and StartDate. As a second in Command in control, facilitating 7 Regional offices and 400 branches spread over Punjab, HP, J&K, Chandigarh and Leh having human resources more than 3000 and a business of approx Rs.50,000 crores. Learn more. In IE and IDEF1X, independent entities are represented as square-cornered boxes. They are used to connect related information between tables. Use this figure to answer questions 2.1 to 2.5. Another term to know is entity type which defines a collection of similar entities. Therefore, we need a JOIN table that contains the EID, Code and StartDate. Independent entities, also referred to as kernels, are the backbone of the database. To ensure that the row with the null value is included, we need to look at the individual fields. 301 W. Bay St., Suite 600 Jacksonville, FL 32202 The IRE's website has many features that allow enrollees, enrollee representatives, plan sponsors, and physicians or other prescribers to obtain information regarding the Medicare Part D reconsideration process. In our employee table, employee ID number might be the key attribute. Fig 5 .a shows that a multi-event . They are said to be existence dependent on two or more tables. Since academic times, Data Science abilities have been gained such like exploratory data analysis, feature engineering, predictive modelling, hyperparameter optimization or reporting . Use Figure 8.13 to answer questions 5.1 to 5.6. The data consists of eight files covering two languages: English and German. A thing in the real world with independent existence. The solution is shown below. In the project, I have created a new Entity Data Model from a SQL Server 2000 database. This result does not include E13 because of the null value in the commission column. Set of all entities of a particular entity type. Using our database example, and shown in Figure 8.3, Address may consist of Number, Street and Suburb. Database designers determine the data and information that yield the required understanding of the entire business. Itis well suited to data modelling for use with databases because it is fairly abstract and is easy to discuss and explain. These attribute domains are the rules that make sure that the entity is being described correctly. Also see Appendix B: Sample ERD Exercises, This chapter ofDatabase Design (including images, except as otherwisse noted) is a derivative copy ofData Modeling Using Entity-Relationship ModelbyNguyen Kim Anhlicensed underCreative Commons Attribution License 3.0 license. Independent entities, also referred to as kernels, are the backbone of the database. Identify the foreign key in the PLAY table. A table without a foreign key or a table that contains a foreign key thatcan contain nullsis a strong entity. Dependent entities, also referred to as derived entities, depend on other tables for their meaning. Do you have an issue with an ER diagram that you are trying to create? Each employee has a name, identification number, address, salary and birthdate. Download DataAccess.zip Introduction . Example where employee has different start dates for different projects. Many to many relationships become associative tables with at least two foreign keys. An instance that is existance dependent on some other entity type. It can avoid problems inherent in anM:N relationship by creating a composite entity or bridge entity. Each dependent has a name, birthdate and relationship with the employee. Engineering Computer Science Create an Entity Relationship Diagram (ERD) using UML notation after studying the business rules below. Customer and BookOrders tables for question 5, by A. Watt. Without a corresponding employee record, the spouse record would not exist. Why or why not? For example, an employee ID number might be one candidate key, social security number might be another. Its useful to create an entity-relationship diagram (ERD) to work out how everything works. Relationships are the glue that holds the tables together. An entitys existence is dependent on the existence of the related entity. There are several departments in the company. Figure 8.13. b. No two employees should have the same employee ID number, even if otherwise theyre unusual enough to share every other attribute! They typically have a one to many relationship. It is unique because no two rows in a table may have the same value at any time. Are there any candidate keys in either table? From the Crow's Foot Database Notation stencil, drag an Entity shape onto the drawing page. Principal component analysis identifies uncorrelated components from correlated variables, and a few of these uncorrelated components usually account for most of the information in the input variables. For example, a library system may have the book, library and borrower entities. Chapter 1 Before the Advent of Database Systems, Chapter 3 Characteristics and Benefits of a Database, Chapter 6 Classification of Database Management Systems, Chapter 8 The Entity Relationship Data Model, Chapter 9 Integrity Rules and Constraints, Chapter 16 SQL Data Manipulation Language, Appendix A University Registration Data Model Example. However, the components are guaranteed to be independent and uncorrelated only . They do not depend on another entity for their existence.
Worcester Telegram Obituaries, Mold In Gatorade Bottle, Is Esther Simplot Still Alive, Chelsea Carey News, Massey Ferguson 135 Air Filter Housing Cap, Articles I