Information Management - Part 1/2
Information Management, FHNW 2020 Digitalization, Database Management, Technical Foundations
Information Management, FHNW 2020 Digitalization, Database Management, Technical Foundations
Set of flashcards Details
Flashcards | 108 |
---|---|
Students | 25 |
Language | English |
Category | Technology |
Level | University |
Created / Updated | 08.06.2020 / 12.05.2025 |
Weblink |
https://card2brain.ch/box/20200608_information_management
|
Embed |
<iframe src="https://card2brain.ch/box/20200608_information_management/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Which statements to the normal forms one to three are correct?
Which statements describe properties of a relation (table)?
Which of the following statements on recursive relationships and part lists are correct?
Which statements on "referential integrity" are correct?
Which statements to transform relations from the semantic model into the logical model are correct?
Which statements regarding the criteria in the query dialog (e.g. from Microsoft Access) are correct?
This specifies which conditions a data set must fulfill in a combination.
This specifies which conditions a data record must partially fulfill in a combination.
This specifies which conditions a data record must fulfill in order to be processed.
This specifies which conditions a group of data records must fulfill in order to continue to be used.
All tables that are to be merged in the query are listed after the SQL query element "JOIN".
The term refers to the selection of single attributes (columns) of a table or stored query.
The SQL query element "WHERE" is mostly used to choose records.
The attributes that are to be displayed must be listed after the SQL query element "SELECT".
The term refers to the selection of certain rows (data records) as a subset of a table or stored query.
Which statements about SQL in general are correct?
Which statements about SQL commands are correct?
Which statements about the query concepts "projection" and "selection" are correct?
Which statements on the query concept "JOIN" are correct?
Which statements about grouping records in SQL queries are correct??
What does the abbreviation SQL stand for?
Which statements to the elements of the SQL command SELECT are correct?
Allows data records to be grouped and processed with special functions.
Allows to sort the resulting records in ascending or descending order.
Declares which tables in the query are linked and how they are linked.
Indicates which attributes should be displayed and how they should be used in calculations and functions.
Indicates from which tables or saved queries records are retrieved.
Which statements about nested queries are correct?