Question: You can use what data type to store a date that includes a time zone offset? Question 5 options: time smalldatetime datetime datetimeoffset Question 6
You can use what data type to store a date that includes a time zone offset?
Question options:
time
smalldatetime
datetime
datetimeoffset
Question point
If FirstName contains Edward and LastName contains Williams what will the Solution column contain when this code is executed?
LOWERLEFTFirstName LEFTLastName AS Solution
Question options:
EWilliams
EWilliam
ewilliams
ewilliam
Question point
Which function returns the string with any leading spaces removed?
Question options:
LTRIM
RTRIM
REPLACE
LEFT
Question point
characters can be used to encode most of the characters in most of the languages of the world.
Question options:
ASCII
fixedlength string
Unicode
variablelength string
Question point
All of the following values can be stored in a column thats defined as decimal except
Question options:
Question point
Write the code for casting a decimal field named InvoiceAmount to a varchar datatype using the CAST function
Question options:
CAST varcharDate InvoiceAmount AS varchar
CAST InvoiceAmount AS varchar
CAST varcharDate InvoiceAmount, as varchar
CAST InvoiceAmount varchar
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
