Session3 Overheads
Session3 Overheads
C-FER
Technologies
technology
creates
advantage
Paper
Text Files
Spreadsheets
Database Files
Pipeline Information System Database
C-FER
Technologies
technology
creates
advantage
Direct entry
Cut and paste from spreadsheet
Import formatted text file (PIRAMID model file .mdl)
Import from external data source
C-FER
Technologies
technology
creates
advantage
C-FER
Technologies
technology
creates
advantage
Terminology
Tables
C-FER
Column / Field
Row / Record
Technologies
technology
creates
advantage
Import Wizard
C-FER
Technologies
technology
creates
advantage
Import Wizard -
C-FER
Technologies
Demo
technology
creates
advantage
Import Wizard -
C-FER
Technologies
Data Source
technology
creates
advantage
Import Wizard -
C-FER
Technologies
DSN Configuration
technology
creates
advantage
Import Wizard -
C-FER
Technologies
Import Profile
technology
creates
advantage
Import Wizard -
C-FER
Technologies
SQL Views
technology
creates
advantage
Attribute Types
Diameter
Import Wizard -
Station
C-FER
Technologies
technology
creates
advantage
Attribute Types
Elevation
Import Wizard -
Station
C-FER
Technologies
technology
creates
advantage
Import Wizard -
C-FER
Technologies
Pipeline Name
technology
creates
advantage
C-FER
Technologies
technology
creates
advantage
C-FER
Technologies
technology
creates
advantage
C-FER
Technologies
technology
creates
advantage
Import Wizard -
C-FER
Technologies
technology
creates
advantage
Import Wizard -
C-FER
Technologies
Save Profile
technology
creates
advantage
Import Wizard -
C-FER
Technologies
Session Definition
technology
creates
advantage
Import Wizard -
C-FER
Technologies
Pipeline Query
technology
creates
advantage
Import Wizard -
C-FER
Technologies
Import Attributes
technology
creates
advantage
Import Wizard -
C-FER
Technologies
Results
technology
creates
advantage
Hands-on Session 3a
C-FER
Technologies
technology
creates
advantage
Database Background
Relational database
C-FER
Technologies
technology
creates
advantage
Database Terminology
Tables
Queries
Relationships
Stored Routines / Transactions
C-FER
Technologies
technology
creates
advantage
Types of Queries/Views
C-FER
INSERT
DELETE
UPDATE
SELECT
Technologies
technology
creates
advantage
SELECT Query
SELECT
FROM
WHERE
GROUP BY
HAVING
ORDER BY
C-FER
Technologies
technology
creates
advantage
SELECT Query -
SELECT
C-FER
Technologies
technology
creates
advantage
SELECT Query -
SELECT
C-FER
Technologies
technology
creates
advantage
SELECT Query -
FROM
C-FER
Technologies
technology
creates
advantage
SELECT Query -
WHERE
C-FER
Technologies
technology
creates
advantage
SELECT Query
SELECT
FROM
WHERE
GROUP BY
HAVING
ORDER BY
C-FER
Technologies
technology
creates
advantage
Hands-on Session 3b
C-FER
Technologies
technology
creates
advantage
C-FER
Technologies
technology
creates
advantage
MS Access Database
Tables
Attributes Data
Probabilities
Consequences
Stored Queries
C-FER
Risks
Average/Total Probability
Average/Total Consequence
Average/Total Risk
Technologies
technology
creates
advantage
SELECT Query
SELECT
FROM
WHERE
GROUP BY
HAVING
ORDER BY
C-FER
Technologies
technology
creates
advantage
SELECT Query -
GROUP BY
C-FER
Technologies
technology
creates
advantage
SELECT Query -
GROUP BY
C-FER
Technologies
technology
creates
advantage
SELECT Query -
HAVING
C-FER
Technologies
technology
creates
advantage
SELECT Query -
ORDER BY
C-FER
Technologies
technology
creates
advantage
Stored Queries
Complex ???
SELECT Scenarios.[Scenario Name], Pipelines.[Pipeline Name], Pipelines.[Series Name], Segments.[Segment Name], [Failure
Causes].[Failure Cause Name], P1.Year, S1.Start, S1.End, (S1.End-S1.Start) AS Length, P1.[Small Leak], P1.[Large Leak],
P1.Rupture, [Fatalities SL]*[Small Leak] AS [Exp Fatalities SL], Consequence.[Fatalities LL]*[Large Leak] AS [Exp Fatalities
LL], Consequence.[Fatalities Rupt]*[Rupture] AS [Exp Fatalities Rupt], [Cost SL]*[Small Leak] AS [Exp Cost SL], [Cost
LL]*[Large Leak] AS [Exp Cost LL], [Cost Rupt]*[Rupture] AS [Exp Cost Rupt], [Spill Volume SL]*[Small Leak] AS [Exp Volume
SL], [Spill Volume LL]*[Large Leak] AS [Exp Volume LL], [Spill Volume Rupt]*[Rupture] AS [Exp Volume Rupt], [Combined
Impact SL]*[Small Leak] AS [Exp Impact SL], [Combined Impact LL]*[Large Leak] AS [Exp Impact LL], [Combined Impact
Rupt]*[Rupture] AS [Exp Impact Rupt], [Interaction Length SL]*[Small Leak] AS [Individual Risk SL], [Interaction Length
LL]*[Large Leak] AS [Individual Risk LL], [Interaction Length Rupt]*[Rupture] AS [Individual Risk Rupt],
Consequence.[Tolerable Individual Risk]
FROM (((((xPostSections AS S1 INNER JOIN xProbability AS P1 ON (S1.SegmentID = P1.SegmentID) AND (S1.PipelineID =
P1.PipelineID)) INNER JOIN Consequence ON (P1.ScenarioID = Consequence.ScenarioID) AND (S1.SegmentID =
Consequence.SegmentID) AND (S1.PipelineID = Consequence.PipelineID)) INNER JOIN Scenarios ON P1.ScenarioID =
Scenarios.ScenarioID) INNER JOIN Pipelines ON (P1.PipelineID = Pipelines.PipelineID) AND (Consequence.PipelineID =
Pipelines.PipelineID) AND (S1.PipelineID = Pipelines.PipelineID)) INNER JOIN Segments ON (P1.SegmentID =
Segments.SegmentID) AND (P1.PipelineID = Segments.PipelineID) AND (Consequence.SegmentID = Segments.SegmentID)
AND (Consequence.PipelineID = Segments.PipelineID) AND (Pipelines.PipelineID = Segments.PipelineID)) INNER JOIN
[Failure Causes] ON P1.[Failure Cause ID] = [Failure Causes].[Failure Cause ID]
WHERE (((S1.Mid)>[P1].[Start] And (S1.Mid)<[P1].[End] And (S1.Mid)>[Consequence].[Start] And (S1.Mid)<[Consequence].[End]))
ORDER BY P1.Year, P1.Year, P1.[Failure Cause ID], P1.ScenarioID, S1.PipelineID, S1.SegmentID, S1.Start
C-FER
Technologies
technology
creates
advantage
C-FER
Technologies
technology
creates
advantage
MS Access Post-processing
SELECT PipelineID, [Failure Cause ID], [End]-[Start] AS Length,
[Small Leak], [Large Leak], Rupture
FROM xProbability
WHERE ScenarioID=0 AND PipelineID=1 AND Year=0
C-FER
Technologies
technology
creates
advantage
MS Excel Post-Processing
C-FER
Technologies
technology
creates
advantage
Excel -
C-FER
Technologies
Data Source
technology
creates
advantage
Excel -
C-FER
Technologies
Query Wizard
technology
creates
advantage
Excel -
C-FER
Technologies
Query Wizard
technology
creates
advantage
Excel -
C-FER
Technologies
Imported Data
technology
creates
advantage
Hands-on Session 3c
C-FER
Technologies
technology
creates
advantage