SQLite is an embedded database. This means that it
a. runs in a server process that's accessed by client apps
b. runs in the same process as the client app
c. implements most of the SQL standard
d. is a relational database management system
Answer: B