select all the correct answers. sarah has created a database for her online clothing store. which are the…

select all the correct answers. sarah has created a database for her online clothing store. which are the steps in the process of initially creating a database? assigning users to the database identifying field names in tables connecting the database to a web server defining data types for field names creating indexes and views of tables
Answer
Answer:
B. identifying field names in tables, D. defining data types for field names
Explanation:
Step1: Initial database design
Identifying field names in tables is part of designing the structure of the database initially. It defines what kind of data will be stored.
Step2: Data - type specification
Defining data types for field names is also an initial step. It determines the format and nature of the data that can be entered into each field. Other options like assigning users, connecting to a web - server, and creating indexes/views are later steps in database management and deployment.