Home / CSE MCQs / DBMS MCQs :: Discussion

Discussion :: DBMS MCQs

  1. Values of one type can be converted to another domain using which of the following ?
  2. A.
    Cast
    B.
    Drop type
    C.
    Alter type
    D.
    Convert

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Cast

    Example of cast :cast (department.budget to numeric(12,2)). SQL provides drop type and alter type clauses to drop or modify types that have been created earlier.


Be The First To Comment