An application needs to store a 5 MB JPEG image in a DB2 table. Which data type should be specified for the column that will be used for storing the image?()A.GRAPHICB.BINARYC.IMAGED.BLOB

题目
An application needs to store a 5 MB JPEG image in a DB2 table. Which data type should be specified for the column that will be used for storing the image?()

A.GRAPHIC

B.BINARY

C.IMAGE

D.BLOB


相似考题
参考答案和解析
参考答案:D
更多“An application needs to store a 5 MB JPEG image in a DB2 table. Which data type should be specified for the column that will be used for storing the image?() ”相关问题
  • 第1题:

    在HTML上,将表单中INPUT元素的TYPE属性值设置为()时,用于创建重置按钮。

    A.reset

    B.set

    C.button

    D.Image


    radiobutton

  • 第2题:

    HTTP在上传文件时一般需要将content-type显示声明为?

    A.text/html

    B.multipart/form-data

    C.application/x-www-form-urlencoded

    D.image/png


    multipart/form-data

  • 第3题:

    1、下面能够去掉项目列表符号的css属性是()

    A.list-style-image 属性 list-style-image 属性 list-style-image 属性 list-style-image 属性#B.list-style-position属性#C.list-style属性#D.list-style-type属性
    list-style属性;list-style-type属性

  • 第4题:

    存在如下资源方法,如果希望客户浏览器得到与Cat对应的JSON数据,可以使用的注解是 public Cat aCat(){ return new Cat("乌云踏雪"); }

    A.@Produces("text/html;charset=UTF-8")

    B.@Produces("image/jpeg;charset=UTF-8")

    C.@Produces("application/octet-stream;charset=UTF-8")

    D.@Produces("application/json;charset=UTF-8")


    B

  • 第5题:

    5、在HTML上,将表单中INPUT元素的TYPE属性值设置为()时,用于创建重置按钮。

    A.reset

    B.set

    C.button

    D.Image


    D

  • 第6题:

    5、在下列的 HTML 中,哪个可以插入图像?

    A.<img href="image.gif">

    B.<img src="image.gif">

    C.<image src="image.gif">

    D.<img> src="image.gif" </img>


    C