Data definition tools

Section: The main kinds of tools in a DBMS
...Subsection: Data definition tools


A full-fledged DBMS will have some kind of tools for setting up a brand new database. Such a tool will allow you to define a record, the fields in that record, and the data types of each field in the record. This is a very powerful capability. Most of the time, you will not need it. It is only used when you need to create an entirely new database. When you are using this tool, you are acting as the developer.


Harris, Dey