2012 Annual CIO Study Results
State of Oklahoma
@usgov.state_of_oklahoma_2012_annual_cio_study_results_10c08
State of Oklahoma
@usgov.state_of_oklahoma_2012_annual_cio_study_results_10c08
Results from the 2012 chief information officer annual survey which evaluates customer key information technology services areas and their value.
Organization: State of Oklahoma
Last updated: 2021-08-07T14:56:46.100765
Tags: 2012, cio, information-technology, survey
CREATE TABLE data_2012_annual_cio_study_results (
"service" VARCHAR,
"value" VARCHAR,
"value_description" VARCHAR,
"total_responses" BIGINT,
"strongly_agree" BIGINT,
"agree" BIGINT,
"neutral" BIGINT,
"disagree" BIGINT,
"strongly_disagree" BIGINT,
"no_opinion" BIGINT,
"total_favorable" BIGINT -- Total - Favorable,
"percentage_favorable" VARCHAR -- Percentage - Favorable,
"total_none" BIGINT -- Total - None,
"percentage_none" VARCHAR -- Percentage - None,
"total_less_favorable" BIGINT -- Total - Less Favorable,
"percentage_less_favorable" VARCHAR -- Percentage - Less Favorable
);CREATE TABLE data_2012_annual_cio_survey_result_totals_filtered_view (
"service" VARCHAR,
"value" VARCHAR,
"value_description" VARCHAR,
"total_responses" BIGINT,
"strongly_agree" BIGINT,
"agree" BIGINT,
"neutral" BIGINT,
"disagree" BIGINT,
"strongly_disagree" BIGINT,
"no_opinion" BIGINT,
"total_favorable" BIGINT -- Total - Favorable,
"percentage_favorable" VARCHAR -- Percentage - Favorable,
"total_none" BIGINT -- Total - None,
"percentage_none" VARCHAR -- Percentage - None,
"total_less_favorable" BIGINT -- Total - Less Favorable,
"percentage_less_favorable" VARCHAR -- Percentage - Less Favorable
);Anyone who has the link will be able to view this.