Declarative Rule
- Name: Relational Algebra Selection
- Description in English: This rule represents the relational algebra selection operator. It filters an input relation according to a selection expression, producing another relation.
- Example in English: Select("r(x, y)", "x = 7", "s(x, y)")
Select("r(x, y)", "x > y ^ y <= 3", "s(x, y)")
- Source(s):
Inference Web: [
Home |
Spec |
Browser |
IWBase |
Registrar |
Registry
]
Copyright 2009 Inference Web group.
All Rights Reserved.
