Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated by SqlDBM: Conference Data by "sourav.mondal@antstack.io" #48

Merged
merged 1 commit into from
Mar 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 18 additions & 19 deletions SqlDBM/src/Tables/conference_trusted.satisfaction_rating.sql
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
-- **********************************************************************
-- ************************* Generated by SqlDBM ************************



-- ************************************** conference_trusted.satisfaction_rating

CREATE TABLE IF NOT EXISTS conference_trusted.satisfaction_rating
(
session_id bigint NOT NULL COMMENT 'SK of the session dimension',
session_title string NOT NULL COMMENT 'Title of the session',
question_id bigint NOT NULL COMMENT 'SK of the question dimension',
question_text string NOT NULL COMMENT 'Text of the question',
rating int NOT NULL COMMENT 'Ratings, possible value(1,2,3,4,5)',
rating_count int NOT NULL COMMENT 'No, of attendee picked the rate',
target_rating int NOT NULL COMMENT 'Target rating is 5',
create_date DATE NOT NULL,
create_user STRING NOT NULL
) COMMENT 'Table to store satisfaction rating';
-- **********************************************************************
-- ************************* Generated by SqlDBM ************************



-- ************************************** conference_trusted.satisfaction_rating

CREATE TABLE IF NOT EXISTS conference_trusted.satisfaction_rating
(
session_id bigint NOT NULL COMMENT 'SK of the session dimension',
session_title string NOT NULL COMMENT 'Title of the session',
question_id bigint NOT NULL COMMENT 'SK of the question dimension',
question_text string NOT NULL COMMENT 'Text of the question',
rating int NOT NULL COMMENT 'Ratings, possible value(1,2,3,4,5)',
rating_count int NOT NULL COMMENT 'No, of attendee picked the rate',
target_rating int NOT NULL COMMENT 'Target rating is 5',
event_name string NOT NULL
) COMMENT 'Table to store satisfaction rating';