Advanced Database Practical Assignment

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Advanced database practical assignment

Using sql server DBMS

1. Create user accounts


a. Named admin and grant necessary privileges that need to be granted to a database
administrator.
b. Named designer and grant this user privileges which will make him/her manage the
database.
c. Create a database of your interest with designer account which consists of minimum of
4 tables. The tables should be normalized.
d. According to the database you have created create different users who will perform
insertion deletion and update on the tables in your database.
e. Create view for one of your tables and grant select privilege one this view to one of
your users.
f. Export your database to USB drive.
g. Backup your database to the secondary storage device.
h. Enable sql server audit. Discuss what you can do with it and why it is necessary to
enable it.
2. Prepare a short report which will explain what you have done, discuss about your database and
what assumption you have made for question number one.

You might also like