Tag: programming languages

Questions Related to programming languages

Choose the correct statements for creating a table?

  1. Names are case sensitive.

  2. Names must not be oracle server reserve word.

  3. Table names and column names need not be start with a letter.

  4. We cannot use a column alias in a WHERE clause


Correct Option: B,D

Table may also called as

  1. Relation

  2. Entity

  3. Records

  4. Fields


Correct Option: A,B
  1. The column contain wide range of values.

  2. The column contain large number of Null values.

  3. The table is large.

  4. Columns which are not frequently used.


Correct Option: A,B,C

Which operation code allows you to update only specified fields on a record?

  1. EXFMT

  2. UPDAT

  3. EXCPT

  4. WRITE


Correct Option: C

What is the value of RESULT after the following process: C Z-ADD3 T 20 C MOVEL'ABCDEF' STRING 10 C 2 SUBSTSTRING:T RESULT 90

  1. CD

  2. BC

  3. DE

  4. EF


Correct Option: A

CPF4131 message indicates a level check error?

  1. True

  2. False


Correct Option: B