A ) Write 2-3 pages on Database Management Systems (DBMS) covering the following:
Various types of database management systems
Commercial RDBMS in the market today.
Features of an RDBMS such as relationships between tables, use of SQL language to manipulate an RDBMS.
(B) Write a query to display the first name, last name, salary, and Department Name of employees in Department number 30 who were hired after '31-DEC-2000'. Note that the query must use a join.