CBSE Class 12 Informatics Practices
Question 67 of 103
Review of Database Concepts & SQL — Question 16
Back to all questions| Relation file | Traditional file |
|---|---|
| Data organized in tables with rows and columns. | Data stored in unstructured formats. |
| Supports structured querying with SQL. | Lacks standardized querying abilities. |
| Allows for defining relationships between tables. | No inherent support for relationships. |
| Offers flexibility in data storage and retrieval. | Limited flexibility in data organisation. |
| Examples : MySQL, PostgreSQL | Examples : Text files, CSV files, Excel spreadsheets |