Baltimore , Maryland
June 25, 2023
June 25, 2023
June 28, 2023
Computing and Information Technology Division (CIT) Technical Session 6
Computing and Information Technology Division (CIT)
15
10.18260/1-2--44169
https://peer.asee.org/44169
166
Reza Sanati-Mehrizy is a professor of Computer Science Department at Utah Valley University, Orem, Utah. He received his M.S. and Ph.D. in Computer Science from the University of Oklahoma, Norman, Oklahoma. His research focuses on diverse areas such as: D
Afsaneh Minaie is a Professor of Electrical and Computer Engineering at Utah Valley University. She received her B.S., M.S., and Ph.D. all in Electrical Engineering from the University of Oklahoma. Her research interests include gender issues in the academic sci
Abstract
Organizations have many business rules (constraints) to implement in their daily operations. This is done mainly by action assertions traditionally implemented in procedural logic buried deeply within user’s application program in a form that is virtually unrecognizable, unmanageable, and inconsistent. This approach places a heavy burden on the programmer, who must know all the constraints that an action may violate and must include checks for each of these constraints. An omission, misunderstanding, or error by the programmer will likely leave the database in an inconsistent state. Entity Relationship (ER) model is a common conceptual database design tool used for relational database design. To enforce the business rules, some business rules can be included in this ER model in the form of constraints. However, including constraints in this graphical model is just a reminder for the programmer to include them in his database implementation. The problem is that constraint is very rigid and the database becomes programmer dependent and there is no grantee that programmer will include them in his implementation. An alternative solution for this problem is to implement the constraints in the form of triggers. Trigger is a program and is more flexible than a constraint. Trigger has Event, Condition and Action (ECA) property. When an event take place and consequently a condition becomes true, the trigger takes action automatically and modifies the database as needed. To write trigger, there is option of before and after. The option before means before the operation be performed, the trigger will be executed to make sure it is ok for the operation to be performed. If this is the case, the operation will be executed otherwise the operation will not be executed. In the airplane maintenance system, there are a set of mechanics, a set of services and a set of tools. Mechanics provides service. Each service requires certain training. To provide a service, the mechanic must have received the required training before the service is provided. Also, the mechanic must use proper tools for that service. All these rules will be represented in the ER diagram as constraints and will be implemented by writing triggers. This system grantees that every service will be done by proper mechanic at the right time using proper tools. This is a sample project that students in our database class implement to get hands-on experience. In this paper, we use the ER notation to represent some business rules (constraints) graphically for airplane maintenance database system and write triggers to implement them to ensure the consistency of the data in the database and proper services for the airplanes.
Sanati-Mehrizy, R., & Strange, C. L., & Minaie, A. (2023, June), Rule-Based Database System for Airplane Maintenance Project Paper presented at 2023 ASEE Annual Conference & Exposition, Baltimore , Maryland. 10.18260/1-2--44169
ASEE holds the copyright on this document. It may be read by the public free of charge. Authors may archive their work on personal websites or in institutional repositories with the following citation: © 2023 American Society for Engineering Education. Other scholars may excerpt or quote from these materials with the same citation. When excerpting or quoting from Conference Proceedings, authors should, in addition to noting the ASEE copyright, list all the original authors and their institutions and name the host city of the conference. - Last updated April 1, 2015