Tag: databases

Questions Related to databases

  1. auto identity

  2. identity in nonunique index

  3. unique auto_identity index

  4. async log service


Correct Option: B

What is the extended limit ( in charecters ) of identifiers in ASE 15

  1. 230

  2. 450

  3. 255

  4. 100


Correct Option: C

Which @@ gobal variable can tell you the tranasction mode of a session

  1. is_chained

  2. tran_chained

  3. chained

  4. tranchained


Correct Option: D

Which isolation level prevents phantom reads

  1. 0

  2. 3

  3. 2

  4. 1


Correct Option: B
  1. Schema synonym

  2. Public synonym

  3. Private synonym

  4. Database synonym


Correct Option: B,C
  1. CREATE SYNONYM

  2. CREATE ANY SYNONYM

  3. CREATE PUBLIC SYNONYM

  4. CREATE OTHER SYNONYM


Correct Option: B

What are the DML statements you can use on a synonym created for a table?

  1. Select

  2. Insert

  3. Update

  4. Delete


Correct Option: A,B,C,D