Answered step by step
Verified Expert Solution
Link Copied!

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)

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sybase Database Administrators Handbook

Authors: Brian Hitchcock

1st Edition

0133574776, 978-0133574777

More Books

Students also viewed these Databases questions