You are on page 1of 1

Database Objects Assignment

1. List the general categories of data types in SQL Server


2. Show the SQL command required to create a table called Employee with the
following attributes: (Note: Choose appropriate data types for the column)
Name, Age , Address, Salary, PPS Number, Date of Birth
3. Show the SQL command required to create a View called view Employee that will display
the name, age and salary of all employees
4. Describe the process involved in creating a stored procedure in SQL Server

Note: Please submit screen shots where possible

Page 1 of 1

You might also like