1. Question: what is the maximum value support in VARCHAR data type?

    A
    254

    B
    255

    C
    256

    D
    65535

    Note: Not available
    1. Report
  2. Question: What is the largest binary string representation?

    A
    LONGBLOB

    B
    LONGTEXT

    C
    MEDIUMBLOB

    D
    MEDIUMTEXT

    Note: Not available
    1. Report
  3. Question: Why the primary-key used in database?

    A
    unique identify column

    B
    unique identify row

    C
    both a and b

    D
    one of the above

    Note: Not available
    1. Report
  4. Question: ______ became MySQL's default storage engine as of version 3.23.

    A
    MyISAM

    Note: Not available
    1. Report
  5. Question:  How many stage privilege control process?

    A
    3

    B
    2

    C
    5

    D
    4

    Note: Not available
    1. Report
  6. Question: ______ storage engine was renamed from HEAP.

    A
    MEMORY

    Note: Not available
    1. Report
  7. Question: Which are MySQl's privelege system?

    A
    Authenticate

    B
    Authentication

    C
    Authorization

    D
    Authorize

    Note: Not available
    1. Report
  8. Question: Which are MySQL access control?

    A
    connection authentication

    B
    request verification

    C
    connection authentication, request verification

    D
    None of them

    Note: Not available
    1. Report
  9. Question: Maximam length of TEXT is ______ characters. Don't use comma to inside the number.

    A
    65535

    Note: Not available
    1. Report
  10. Question: Evaluate the following Statements:
    $treat=true;
    If ! ($treat){
    Echo (“Treated”);
    }
    Else {echo (“Not treated”);}
    ?>
    Select correct answer from the followings

    A
    Treated will be displayed

    B
    Not Treated will be displayed

    C
    Script does not work

    D
    None

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd