data models Flashcards
what data base design focuses on
how the database structure will be used to store and manage end user data
what is the attribute
is characteristic of any entity
what is the relationship
describes an association among entities
what is the constraint
is a restriction placed on data constraint are important because they help to ensure data integrity
what is business rule
is a brief precise and unambiguous description of a policy procedure or principle within a specific organization
entity is noun
relationship is verb
true or false
true
what is the segment
is the equivalent of a file system record type
what is the schema
which is the conceptual organization of the entire database as viewed by the database administrator
what is the subschema
which defines the portion of the database “seen”nby the application programs that actually produce the desired information from the data contained within the database
what is the data management language (DML)
which defines the environment in which data can be managed and to work with the data in the database
what is the schema data definition language (DDL)
which enable the database administrator to define the schema components
in relational
every row is tuple
each column is attribute
true or false
true
what is the file
a table with complete data and structural independence
what is SQL
is structured query language
what is the components of database application
user interface
a set of tables
stored in the database
and SQL ENGINE