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
Full Join
All data is merged
proc sql format
create table (name) as select (data set) ,(variables) ,(variables) from (name) group by (variable , variable) order by (variable , variable) ; quit;
DBMS
a program that lets one or more computer users create and access data in a database
Required features of a DBMS
- Userfriendly
- Adhere to standards ( SQL )
- Multi User Operation
- Provide security features
Information Management
How an organization plans, collects,organizes, uses and disposes of its information which ensures that the information value is identified and exploited.