DB Script
DB Script
);
);
enrollment_date DATE
);
courseid );
);
);
courseid );
);
courseid,
contentid );
query CLOB,
feedback CLOB,
instructorid VARCHAR2(8 CHAR) NOT NULL,
"Date" DATE
);
dob DATE,
);
email );
);
lessonnumber,
courseid );
courseid )
courseid );
ALTER TABLE lesson_course
courseid )
courseid );
INSERT INTO student VALUES ('NCCS0001', 'Sajan', 'Kumar', 'Shrestha', '1234567890', TO_DATE('1995-
08-15', 'YYYY-MM-DD'), '[email protected]', 'Nepal');
INSERT INTO student VALUES ('NCCS0002', 'Ashley', 'Marie', 'Johnson', '9876543210', TO_DATE('1998-
03-22', 'YYYY-MM-DD'), '[email protected]', 'USA');
INSERT INTO student VALUES ('NCCS0003', 'Lena', 'Sophie', 'Müller', '5647382910', TO_DATE('1990-12-
10', 'YYYY-MM-DD'), '[email protected]', 'Germany');
INSERT INTO student VALUES ('NCCS0004', 'Li', 'Wei', 'Chen', '8765432109', TO_DATE('1994-07-18',
'YYYY-MM-DD'), '[email protected]', 'China');
INSERT INTO student VALUES ('NCCS0005', 'Rajendra', 'Bahadur', 'Thapa', '3456789012', TO_DATE('1992-
05-25', 'YYYY-MM-DD'), '[email protected]', 'Nepal');
INSERT INTO student VALUES ('NCCS0006', 'Emily', 'Grace', 'Taylor', '2345678901', TO_DATE('1997-11-
08', 'YYYY-MM-DD'), '[email protected]', 'USA');
INSERT INTO student VALUES ('NCCS0007', 'Hans', 'Dieter', 'Schmidt', '8901234567', TO_DATE('1993-04-
30', 'YYYY-MM-DD'), '[email protected]', 'Germany');
INSERT INTO student VALUES ('NCCS0008', 'Xia', 'Jing', 'Wang', '6789012345', TO_DATE('1996-09-12',
'YYYY-MM-DD'), '[email protected]', 'China');
INSERT INTO student VALUES ('NCCS0009', 'Manisha', 'Kumari', 'Rai', '7890123456', TO_DATE('1991-02-
17', 'YYYY-MM-DD'), '[email protected]', 'Nepal');
INSERT INTO student VALUES ('NCCS0010', 'Daniel', 'John', 'Miller', '4567890123', TO_DATE('1999-06-
03', 'YYYY-MM-DD'), '[email protected]', 'USA');
INSERT INTO student VALUES ('NCCS0011', 'Sophie', 'Luisa', 'Schneider', '5678901234', TO_DATE('1995-
10-20', 'YYYY-MM-DD'), '[email protected]', 'Germany');
INSERT INTO student VALUES ('NCCS0012', 'Wei', 'Min', 'Li', '3456789012', TO_DATE('1998-03-15', 'YYYY-
MM-DD'), '[email protected]', 'China');
INSERT INTO student VALUES ('NCCS0013', 'Amit', 'Kumar', 'Gurung', '8901234567', TO_DATE('1994-08-
27', 'YYYY-MM-DD'), '[email protected]', 'Nepal');
INSERT INTO student VALUES ('NCCS0014', 'Olivia', 'Rose', 'Davis', '6789012345', TO_DATE('1992-01-05',
'YYYY-MM-DD'), '[email protected]', 'USA');
INSERT INTO student VALUES ('NCCS0015', 'Elena', 'Müller', 'Weber', '4567890123', TO_DATE('1997-04-
18', 'YYYY-MM-DD'), '[email protected]', 'Germany');
INSERT INTO instructor VALUES ('NCCI0002', 'Natasha', 'Ivanovna', 'Ivanova', 'NCCC0003', 'Female');
INSERT INTO instructor VALUES ('NCCI0003', 'Vikram', 'Rajesh', 'Sundaram', 'NCCC0004', 'Male');
INSERT INTO instructor VALUES ('NCCI0004', 'Anya', 'Sergeevna', 'Popova', 'NCCC0004', 'Female');
INSERT INTO instructor VALUES ('NCCI0005', 'Axel', 'Gustav', 'Lundgren', 'NCCC0001', Others);
INSERT INTO instructor VALUES ('NCCI0006', 'Elsa', 'Maria', 'Bergman', 'NCCC0001', 'Female');
INSERT INTO instructor VALUES ('NCCI0007', 'Yuki', 'Takeshi', 'Tanaka', 'NCCC0001', 'Male');
INSERT INTO instructor VALUES ('NCCI0008', 'Sakura', 'Hana', 'Yamamoto', 'NCCC0007', Others);
INSERT INTO instructor VALUES ('NCCI0009', 'Daniel', 'Johansson', 'Taylor', 'NCCC0002', 'Male');
INSERT INTO instructor VALUES ('NCCI0010', 'Sophia', 'Larsson', 'Clark', 'NCCC0002', 'Female');
INSERT INTO instructor VALUES ('NCCI0011', 'Aleksandr', 'Ilyich', 'Adams', 'NCCC0002', Others);
INSERT INTO instructor VALUES ('NCCI0012', 'Ava', 'Kawaguchi', 'Martin', 'NCCC0007', 'Female');
INSERT INTO lesson_course VALUES (2, 'NCCC0001', 'Arts and Literature in Harmony');
INSERT INTO lesson_course VALUES (3, 'NCCC0001', 'The Evolution of Contemporary Creativity');
INSERT INTO lesson_course VALUES (2, 'NCCC0002', 'Understanding Disease Patterns and Prevention');
INSERT INTO lesson_course VALUES (3, 'NCCC0003', 'Trends and Innovations in Computer Science');
INSERT INTO lesson_course VALUES (2, 'NCCC0004', 'Marketing Strategies for the Modern World');
INSERT INTO lesson_course VALUES (3, 'NCCC0004', 'Business Administration in the Digital Age');
INSERT INTO qasession VALUES ('QA0001', 'Focus on breaking down complex concepts into smaller
components and practice regularly.', 'NCCI0001', 'NCCC0003', 'NCCS0001', TO_DATE('2024-02-18', 'YYYY-
MM-DD'), 'How can I better understand complex concepts in the course?');
INSERT INTO qasession VALUES ('QA0002', 'Certainly! Here are additional examples to illustrate the
discussed topic.', 'NCCI0002', 'NCCC0003', 'NCCS0002', TO_DATE('2024-03-03', 'YYYY-MM-DD'), 'Can you
provide more examples for the last topic discussed?');
INSERT INTO qasession VALUES ('QA0003', 'The concepts learned have practical applications in fields like
data analysis, software development, and more.', 'NCCI0003', 'NCCC0004', 'NCCS0003', TO_DATE('2024-
03-12', 'YYYY-MM-DD'), 'What are some practical applications of the concepts learned?');
INSERT INTO qasession VALUES ('QA0004', 'You can apply these insights by considering real-world
scenarios and applying the principles to problem-solving.', 'NCCI0004', 'NCCC0004', 'NCCS0004',
TO_DATE('2024-03-17', 'YYYY-MM-DD'), 'How can I apply these insights to real-world scenarios?');
INSERT INTO qasession VALUES ('QA0005', 'The discussed topic is relevant to industry trends as it aligns
with emerging technologies and best practices.', 'NCCI0005', 'NCCC0001', 'NCCS0005', TO_DATE('2024-
03-25', 'YYYY-MM-DD'), 'Can you elaborate on the relevance of the discussed topic to current industry
trends?');
INSERT INTO qasession VALUES ('QA0006', 'Implement the techniques by starting with small projects
and gradually applying them to larger ones.', 'NCCI0006', 'NCCC0001', 'NCCS0006', TO_DATE('2024-04-
05', 'YYYY-MM-DD'), 'How can I implement the techniques learned in my current projects?');
INSERT INTO qasession VALUES ('QA0007', 'Explore additional resources such as online articles, research
papers, and related tutorials.', 'NCCI0007', 'NCCC0001', 'NCCS0007', TO_DATE('2024-04-15', 'YYYY-MM-
DD'), 'What additional resources do you recommend for further exploration of the topic?');
INSERT INTO qasession VALUES ('QA0008', 'The course content is designed to align with industry
standards, providing you with up-to-date knowledge.', 'NCCI0008', 'NCCC0007', 'NCCS0008',
TO_DATE('2024-04-22', 'YYYY-MM-DD'), 'How does the course content align with current industry
standards?');
INSERT INTO qasession VALUES ('QA0009', 'Focus on key areas by reviewing lecture notes, practice
problems, and seeking clarification on challenging topics.', 'NCCI0009', 'NCCC0002', 'NCCS0009',
TO_DATE('2024-05-03', 'YYYY-MM-DD'), 'What are the key areas to focus on for the upcoming exam?');
INSERT INTO qasession VALUES ('QA0010', 'Improving critical thinking involves analyzing problems from
different perspectives and engaging in discussions.', 'NCCI0010', 'NCCC0002', 'NCCS0010',
TO_DATE('2024-05-10', 'YYYY-MM-DD'), 'How can I improve my critical thinking skills in this subject?');
INSERT INTO qasession VALUES ('QA0011', 'Real-world applications include instances where these
concepts have been successfully implemented in various industries.', 'NCCI0011', 'NCCC0002',
'NCCS0011', TO_DATE('2024-05-15', 'YYYY-MM-DD'), 'Can you share examples of real-world applications
discussed in class?');
INSERT INTO qasession VALUES ('QA0012', 'The concepts covered address current industry challenges,
offering valuable insights into potential solutions.', 'NCCI0012', 'NCCC0007', 'NCCS0012',
TO_DATE('2024-05-20', 'YYYY-MM-DD'), 'How do the concepts covered relate to current industry
challenges?');
INSERT INTO qasession VALUES ('QA0013', 'Delve deeper into current trends by researching recent
publications, case studies, and industry reports.', 'NCCI0001', 'NCCC0003', 'NCCS0013', TO_DATE('2024-
05-25', 'YYYY-MM-DD'), 'Can we delve deeper into the current trends discussed in class?');
INSERT INTO qasession VALUES ('QA0014', 'Incorporate the principles into your project work by
identifying relevant areas and applying them in a practical context.', 'NCCI0002', 'NCCC0004',
'NCCS0014', TO_DATE('2024-05-30', 'YYYY-MM-DD'), 'How can I incorporate the principles learned into
my project work?');
INSERT INTO qasession VALUES ('QA0015', 'Recommended resources include textbooks, scholarly
articles, and online platforms for in-depth exploration.', 'NCCI0003', 'NCCC0002', 'NCCS0015',
TO_DATE('2024-06-05', 'YYYY-MM-DD'), 'What are the recommended resources for additional reading
on this topic?');