data 2 Flashcards
What is the main responsibility of data analysts?
To find out the answers or more insights from the data and creating dashboards with appropriate visualizations.
What does a Data Engineer do?
Responsible for designing, building, and maintaining the infrastructure to store data. Needs strong technical background, ability to create and integrate APIs, and understand data pipelining and performance optimization.
What is the primary responsibility of data scientists?
To find patterns in the data and answer questions about the future.
Which technology is used to fetch, process, and display XML data from server to client?
Ajax
What is metadata?
A database definition or descriptive information stored by the DBMS in the form of a database catalog or dictionary.
What are the three main concepts of the ER model?
- Entities * Attributes * Relationships
What shape is used to display a relationship type in ER diagrams?
Diamond
What are the types of cardinality ratio/constraints on relationships?
- One-to-one (1:1) * One-to-many (1:N) * Many-to-one (N:1) * Many-to-many (M:N)
What is a weak entity?
An entity that does not have a key attribute and is identification dependent on another entity type.
What are relationship types of degree 2 called?
Binary
What are relationship types of degree 3 called?
Ternary
What is specialization in database design?
The process of defining a set of subclasses of a superclass.
What is generalization in database design?
The process where several classes with common features are generalized into a superclass.
What are the two basic constraints that can apply to a specialization/generalization?
- Disjointness Constraint * Completeness Constraint
True or False: XML is a universal format for the exchange of data.
True
True or False: One of the main disadvantages of XML is that its bulky syntax and structure make files large and can decrease performance.
True
True or False: XML uses specific tags to design an XML file.
False
True or False: Browsers can interpret and parse XML data into a set of objects.
True
What does the term ‘data abstraction’ refer to?
Suppression of details of data organization and storage, highlighting essential features for improved understanding of data.
What is a database schema?
Description of a database.
What does a database state or snapshot represent?
Data in database at a particular moment in time.
What is an entity in the context of databases?
A specific thing or object in the mini-world that is represented in the database.
What are attributes in a database?
Properties used to describe an entity.
What are composite attributes?
Attributes that may be composed of several components.