Database Reference
In-Depth Information
Morin, E. (1999). Seven complex lessons in education for the future . United Nations Educational, Sci-
entific and Cultural Organization. Retrieved October 18, 2009, from http://www.unesco.org/education/
tlsf/TLSF/theme_a/mod03/img/sevenlessons.pdf
Timarán, R. (2001). Arquitecturas de integración del proceso de descubrimiento de conocimiento con
sistemas de gestión de bases de datos: Un estado del arte. [Universidad del Valle, Colombia.]. Ingeniería
y Competitividad , 3 (2), 44-51.
Tineo, L. (2006) A contribution to database flexible querying: Fuzzy quantified queries evaluation .
Unpublished doctoral dissertation, Universidad Simón Bolívar, Caracas, Venezuela.
Widom, J. (2009). Trio: A system for integrated management of data, uncertainty, and lineage . In Ag-
garwal, C. (Ed.), Managing and mining uncertain data (pp. 113-148). Springer. doi:10.1007/978-0-
387-09690-2_5
Zadeh, L. (1994). Soft computing and fuzzy logic. IEEE Software , 11 (6), 48-56. doi:10.1109/52.329401
Zadeh, L. A. (1965). Fuzzy sets. Information and Control , 8 , 338-353. doi:10.1016/S0019-9958(65)90241-X
KEY TERMS AND DEFINITIONS
Derivation Principle: Given a (fuzzy) SQLf query, we can derive a (boolean) SQL query that
retrieves same rows (strong derivation) or a set of row with some (few) extra rows (weak derivation).
Fuzzy Access Methods: Stored tables are scanned with different methods according physical orga-
nization and querying conditions, such methods are extended to compute satisfaction degree in case of
fuzzy queries, these are the Fuzzy Access Methods.
Fuzzy Parse Tree: Memory structure that the query engine parse module will generate for represent-
ing and manipulating a fuzzy query.
Fuzzy Physical Relational Operators: Relational Algebra operators join, selection and projection
have their different implementations, they are extended to compute satisfaction degree in case of fuzzy
queries, these are the Fuzzy Physical Relational Operators.
Fuzzy Plan Tree: Planner/optimizer generated memory structure that holds a fuzzy relational alge-
bra tree where each node is annotated with the Fuzzy Physical Relational Operators or Fuzzy Access
Methods that executor module will use in order to compute the query answer.
Fuzzy Query Tree: Query engine internal memory structure that holds a fuzzy relational algebra
tree corresponding to the fuzzy query that is been processed.
Fuzzy Set: Special kind of set where elements are characterized by a membership function in the real
interval [0,1] where 1 indicates element completely included, o indicates element completely excluded,
otherwise, element is gradually included.
Loose Coupling: Software architecture strategy for adding extra functionality to an existing system
by means of a logic layer implemented in an external program.
SQLf: Extension of the relational database standard query language SQL allowing querying condi-
tions in fuzzy logic based on linguistic terms that user defines according own preferences.
Tightly Coupling: Software architecture strategy for adding extra functionality to an existing system
by means of source code extension preserving original system architecture.
Search WWH ::




Custom Search