Management of Data Flashcards
Which data type is used to represent product order code that comprises alphanumeric characters?
String
Armando is a freelance graphic designer. He has decided to create a database of the artwork he has done throughout the years. Each of his pieces of art is sorted using an assigned name and number.
Which data type will be required in order to create his database?
Character string
Why is it important to ensure that data support business goals?
To aid in making strategic decisions
In which category of the data, information, knowledge, wisdom (DIKW) hierarchy would business intelligence by located?
Knowledge
Which field must contain a unique value in order for a relational database table to function?
Primary key
what are the three main categories of databases?
Flat file, relational, hierarchal
What is the database administrators like in security?
To institute protocols to protect the databases from external threats
what is the role of drivers in facilitating communication between applications and databases?
They allow the application to interact with database
Which SQL clause is used to inform the database management system (DBMS) which tables should be interrogated by the query?
FROM