Respuesta :
Answer:
assigning users to the database
connecting the database to a Web server
Explanation:
Given
Options (a) to (e)
Required
The steps in creating database
Only 2 of the 5 steps are involved at the initial stage
Connecting to a web server
First, the database must be connected to a web server. In fact, the database will be created under a web server. Some popular web servers are Apache, IIS, NGINX and so on.
Assigning users
Also, the users of the database must be stated.
In rare case, some database may require just a user while in most cases, there will be a need for more than one user on a database. More users can be added and removed at a later time.
Also, it is at the stage that you set privileges for each user.
Other options are tied to creating tables and views in the database. These can only be done after the database have been created.
Answer:
Identifying field names in tables
Defining data types for field names
Explanation:
I got it right on the Edmentum test.