How do you define a class that maps to a database table using SQLAlchemy?
A. By subclassing the Database class
B. By using the @database_table decorator
C. By inheriting from the Base class and defining attributes
D. By using the map_table() function
Answer: Option C

Join The Discussion