The ___________ attribute in a connection string specifies the name of the database to connect to.

  • server
  • database
  • username
  • password
In a connection string, the attribute that specifies the name of the database to connect to is the "database" attribute. This attribute informs the application which database it should establish a connection with. It doesn't relate to server, username, or password directly but rather identifies the database itself. Hence, "database" is the appropriate option.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *