AV intel definitions Flashcards
First Normal Form
- Eliminate duplicative columns
- Create separate tables for data and identify with Primary Key
Normalisation
- Process of efficiently organizing data in a data base.
- Eliminate redundant Data
- useful data dependencies
Second normal form
- Meet all the requirements of the first normal form.
- Remove subsets and place in separate
tables. - Create relationships between these new tables using
foreign keys.
-All non primary key fields are dependent on primary key
Third Normal form
- Meet all the requirements of the second normal form.
- Remove columns that are not dependent upon the primary key.
Designing a Database
- Using a DBMS (database management system) (e.g. SQL) Determine purpose of database
- Determine size
- Identify primary key
- Determine relationship between tables
- Refine
Information Systems
Signals -> Data -> Information
clustering
Use specific intervals, to cluster those headings which refer to the intervals. Easily visualize the pattern to which direction flights depart.
Importance of AI/BI
- Help a business understand its commercial context
- Convert raw data into useful data which can be interpreted
- create forecasts
- use data to make management decisions
Aviation Intel consist of_
Data/Information gathering,processing, management and storing
Syntactic level
Any form of signal
Semantic level
Turning the signal into Data
Pragmatic level
Turns the data into something we can work with
Primary Key
The one thing we keep the same in our data (ID number, project code )
Inner join
Data present in both sets is merged
Left and Right outer joins
All data from one set as well as the data both have in common