Monday, July 3, 2017

MTA : Materi Sertifikasi Internasional Database Administration Fundamentals(Exam 98-364)

Candidates for this exam are in the process of expanding their knowledge and skills in the following areas:
  • core database concepts
  • relational database concepts
  • security requirements for databases and the data stored in them
  • database objects, such as tables and views
  • graphical tools and T-SQL scripts
  • database queries
  • stored procedures

 Objective domain :
A.  Understanding Core Database Concepts
  1. Understand how data is stored in tables.
  2. This objective may include but is not limited to: understanding what a table is and how it relates to the data that will be stored in the database; columns/fields, rows/records
  3. Understand relational database concepts.
  4. This objective may include but is not limited to: understanding what a relational database is,the need for relational database management systems (RDBMS), and how relations are established
  5. Understand data manipulation language (DML).
  6. This objective may include but is not limited to understanding what DML is and its role in databases
  7. Understand data definition language (DDL).
  8. This objective may include but is not limited to understanding how T-SQL can be used to create database objects such as tables and views
B.  Creating Database Objects
  1. Choose data types.
  2. This objective may include but is not limited to: understanding what data types are, why they are important, and how they affect storage requirements
  3. Understand tables and how to create them.
  4. This objective may include but is not limited to: purpose of tables; creating tables in a database by using proper ANSI SQL syntax
  5. Create views.
  6. This objective may include but is not limited to: understanding when to use views and how to create a view by using T-SQL or a graphical designer.
  7. Create stored procedures and functions.
  8. This objective may include but is not limited to: selecting, inserting, updating, or deleting data
C.  Manipulating Data
  1. Select data.
  2. This objective may include but is not limited to: utilizing SELECT queries to extract data from one table; extracting data by using joins; combining result sets by using UNION and INTERSECT 
  3. Insert data.
  4. This objective may include but is not limited to: understanding how data is inserted into a database; how to use INSERT statements
  5. Update data.
  6. This objective may include but is not limited to: understanding how data is updated in a database and how to write the update data to the database by using the appropriate UPDATE statements; update by using a table
  7. Delete data.
  8. This objective may include but is not limited to : deleting data from single or multiple tables; ensuring data and referential integrity by using transactions
D.  Understanding Data Storage
  1. Understand normalization.   
  2. This objective may include but is not limited to: understanding the reasons for normalization, the five most common levels of normalization, how to normalize a database to third normal form
  3. Understand primary, foreign, and composite keys.
  4. This objective may include but is not limited to: understanding the reason for keys in a database, choosing appropriate primary keys, selecting appropriate data type for keys, selecting appropriate fields for composite keys, understanding the relationship between foreign and primary keys
  5. Understand indexes.
  6. This objective may include but is not limited to: understanding clustered and non-clustered indexes and their purpose in a database
E.  Administering a Database
  1. Understand database security concepts.
  2. This objective may include but is not limited to:  understanding the need to secure a database, what objects can be secured, what objects should be secured, user accounts, and roles
  3. Understand database backups and restore.
  4. This objective may include but is not limited to: understanding various backup types, such as full and incremental, importance of backups, how to restore a database

No comments:

Post a Comment