SQLite Learn & MCQ Test

List of topics for learning and test:

  1. Introduction to SQLite
  2. SQLite Data Types
  3. Creating a Database
  4. Creating Tables
  5. Primary Keys and Constraints
  6. Inserting Data
  7. Querying Data with SELECT
  8. Filtering Data with WHERE
  9. Sorting Data with ORDER BY
  10. Updating Records with UPDATE
  11. Deleting Records with DELETE
  12. Aggregating Data with GROUP BY
  13. JOIN Operations in SQLite
  14. Subqueries
  15. Indexing and Optimization
  16. Transactions in SQLite
  17. Views in SQLite
  18. Triggers
  19. Working with BLOB Data
  20. Handling NULL Values
  21. Date and Time Functions
  22. String Functions
  23. Using SQLite with Programming Languages
  24. Error Handling in SQLite
  25. SQLite Command-Line Interface (CLI)