60.6k views
3 votes
Database datastore - A datstore has been created and saved - What can be changed after creation?

1 Answer

5 votes

Final answer:

After creating a database datastore, data, schema, and indexes can be changed.

Step-by-step explanation:

After creating a database datastore, there are several things that can be changed. These include:

  • Data: You can add, modify, or delete data in the datastore. This allows you to update the information stored in the database.
  • Schema: The structure of the database, known as the schema, can also be modified. This includes adding or removing tables and columns, as well as changing data types or constraints.
  • Indexes: Indexes can be added or removed from the datastore to improve performance when querying the database.
User Alex Dunae
by
8.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.