This question comes from Database and Concepts 7th edition ISBN Number 978-0-13-
ID: 3693249 • Letter: T
Question
This question comes from Database and Concepts 7th edition ISBN Number 978-0-13-3544626
If you have not already implemented the Garden Glory database shown in Chapter 3 in a DBMS product, create and populate the GG database now in the DBMS of your choice (or as assigned by your instructor).
A.Create a user named GG-User with the password GG-User+password. Assign this user to database roles so that the user can read, insert, delete, and modify data.
B.If you haven’t completed Exercise 7.50, do it now.
C.Add a new folder to the DBC website named GG. Create a web page for Garden Glory in this folder—using the file name index.html. Link this page to the DBC web page.
D.Create an appropriate ODBC data source for your database.
Explanation / Answer
Not all question can be explained here and i will answer only those question which are answerable
A. CREATE USER GG-User IDENTIFIED BY GG-User+password
To assign roles
C. After creating Folder create html file with .html extension and write anchor tag in file as
<html>
<body>
< a href="index.html"> Link to index page</a>
Some more contents etc
<body>
<html>
D. There are diff ways to create data source on different Operating Systems here is example for windows
To add an ODBC data source
Choose the Administrative Tools icon from the Windows Control Panel.
Choose the Data Sources shortcut.
In the ODBC Data Source Administrator dialog box, click Add, then select the driver you want from the Installed ODBC Drivers list and choose OK.
In the Setup dialog box, set option values as necessary and choose OK.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.