Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ONS SCHED_ START_TIME is a datetime column. Which of the following will return two hours after SCHED START TIME? ONE OF THE FOLLOWING (1 PT)
ONS SCHED_ START_TIME is a datetime column. Which of the following will return two hours after SCHED START TIME? ONE OF THE FOLLOWING (1 PT) A. In Oracle: ADD_HOURS(SCHED_START TIME, 2) In sQL Server: Hour(2, SCHED_START_TIME) B. In Oracle: ADD_HOURS(SCHED_START_TIME, -2) In SQL Server: Hour(-2, SCHED_START_TIME) C. In Oracle: SCHED_ START TIME 2/24 In SQL Server: DATEADD(hh, -2, SCHED_START_TIME) D. In Oracle: SCHED_START_TIME + 2/24 In SQL Server: DATEADD(hh, 2, SCHED_START TIME) In SQL Server: DATEADD(nh, 2, SCHED START_TI
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