Database_Engineering_Answers
Database_Engineering_Answers
2. What is File-Based System? List out the limitations of the File System.
- A file-based system stores data in separate files.
- Limitations:
- Data redundancy
- Lack of data consistency
- Difficult data retrieval
- No support for concurrent access
4. ER Diagram Notations
- Rectangle: Entity
- Oval: Attribute
- Diamond: Relationship
- Line: Connection
5. Types of Attributes
- Simple, Composite, Derived, Multivalued, Key Attribute.
6. Mapping Cardinalities
- One-to-One, One-to-Many, Many-to-Many.
8. Anomalies in Databases
- Insertion Anomaly: Can't insert data without unnecessary fields.
- Deletion Anomaly: Deleting a record removes other important data.
- Update Anomaly: Changing data requires multiple updates.
9. Armstrong Axioms
- Rules used to derive functional dependencies.