!--a11y-->
Setting Up a Database for the Java Shopping Basket
You have to set up a database in the SQL Server for the Java shopping basket (see the documentation on the SQL Server).
Setting Up a Database User for the Java Shopping Basket
You have to create a database user so that the Internet Sales application and the SQL Server can communicate with one another (see the documentation on the SQL Server). The user must have all the rights for the database mentioned above, so that they can read and write
baskets and items data from the tables. The name of the user is also required for the configuration within the Internet Sales application.