PrepAway - Latest Free Exam Questions & Answers

You need to store media files in several tables

You develop a database for a travel application. You need to design tables and other database
objects.
You need to store media files in several tables.
Each media file is less than 1 MB in size. The media files will require fast access and will be retrieved
frequently.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Use the CAST function.

B.
Use the DATE data type.

C.
Use the FORMAT function.

D.
Use an appropriate collation.

E.
Use a user-defined table type.

F.
Use the VARBINARY data type.

G.
Use the DATETIME data type.

H.
Use the DATETIME2 data type.

I.
Use the DATETIMEOFFSET data type.

J.
Use the TODATETIMEOFFSET function.

Explanation:
http://msdn.microsoft.com/en-us/library/ms188362.aspx

3 Comments on “You need to store media files in several tables

  1. Peterka_P says:

    I guess answer ‘f’ is correct.

    From 70-461 TK:
    “Besides using full-text indexes on SQL
    Server character data, you can store whole documents in binary or XML columns, and use
    full-text queries on those documents. Columns of data type VARBINARY(MAX), IMAGE, or
    XML require an additional type column in which you store the file extension (such as .docx,
    .pdf, or .xlsx) of the document in each row.
    You need appropriate filters for documents.”

    and

    “doccontent VARBINARY(MAX) NOT NULL Documents you are going to import”;




    0



    0

Leave a Reply