Student Stress Factors
Understanding what Impacts Stress of Engineering students the most
@kaggle.samyakb_student_stress_factors
Understanding what Impacts Stress of Engineering students the most
@kaggle.samyakb_student_stress_factors
CREATE TABLE student_stress_factors (
"timestamp" VARCHAR,
"kindly_rate_your_sleep_quality" BIGINT,
"how_many_times_a_week_do_you_suffer_headaches" BIGINT,
"how_would_you_rate_you_academic_performance" BIGINT,
"how_would_you_rate_your_study_load" BIGINT,
"how_many_times_a_week_you_practice_extracurricular_activities" BIGINT,
"how_would_you_rate_your_stress_levels" BIGINT
);
CREATE TABLE student_stress_factors_2 (
"kindly_rate_your_sleep_quality" BIGINT,
"how_many_times_a_week_do_you_suffer_headaches" BIGINT,
"how_would_you_rate_you_academic_performance" BIGINT,
"how_would_you_rate_your_study_load" BIGINT,
"how_many_times_a_week_you_practice_extracurricular_activities" BIGINT,
"how_would_you_rate_your_stress_levels" BIGINT
);
Anyone who has the link will be able to view this.