What is SQLite?
What file extension is commonly used for SQLite databases?
Which command is used to create a new table in SQLite?
Which function is used to get the current date in SQLite?
What is the default datatype for numeric values in SQLite?
How can you check the SQLite version?
Which of the following best describes a pragma in SQLite?
What does the "AUTOINCREMENT" keyword do in SQLite?
Which keyword is used to ensure column uniqueness?
How are Boolean values stored in SQLite?
What does the WITHOUT ROWID optimization in SQLite do?
What is a virtual table in SQLite?
What is the purpose of the FTS5 extension in SQLite?
Which SQLite feature is used for implementing upsert?
What is the default journaling mode in SQLite?