You are on page 1of 1

Test yourself p254

1. More than one person may want to access the database at the same time, therefore
issue if the database is stored on one computer.
2. Cloud database is a database that is stored on remote servers that can be accessed
by multiple computers at the same time over the internet.
3. Easier to maintain and back up. Multiple users can access from anywhere in the
world
4. A node represents a table
5. A label is used to identify each record in firebase.
6. Example of attribute “firstName” : “Joan”
7. Labels are stored with the records
8. This is posting record1 to the table patients in a firebase database
9. You can have multiple nodes in firebase database
10. A key is a unique identifier that each record has in a firebase database.
11. Primary keys are typically used for retrieving,editing and deleting records.

You might also like