Databases Quiz

Complete this assessment with 100% score to master this chapter.

01Why must you always use parameterized queries instead of f-strings in SQL?

02What is an ORM like SQLAlchemy?

03In SQLite's sqlite3 module, what does conn.commit() do?

04In SQLAlchemy, which method retrieves all records from a table?

05Why should database URLs and passwords be stored in environment variables?