Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a table named as Train_StudentID as follows: Note: You can store the data in Column 2,3, and 4th in any format like 12 hour/24
Create a table named as "Train_StudentID" as follows: Note: You can store the data in Column 2,3, and 4th in any format like 12 hour/24 hour format for Column 3 and 4. You can use any date format in Column 2 below. Train Number 101 102 103 104 105 Date of Departure 16 Oct, 2018 15 Nov,2015 7 Jan, 2002 11 Feb, 2004 13 June, 1998 Time of Departure 5:10 P.M. 13:10 P.M. 21:05 PM 5:45 A.M. 21:10 P.M. Time of Arrival 5:00 P.M. 12:30 P.M. 20:05 PM 5:15 A.M. 21:00 P.M. 16. Display all the records 17. Display the time values inserted in the columns. 18. Display those trains which arrived on PM. 19. Display train number who are going to depart in next one hour. 20. Drop EMP_StudentID" Table created in Part B
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started