Home » HTML » Html miscellaneous » Question
  1. The sign is used for the placeholder _____________.
    1. ?
    2. ^
    3. *
    4. &
    5. None of these
Correct Option: A

‘?’ is used for the placeholder. Binding of the ? placeholder is done at a literal level. It is dynamically inserted into the statement. ‘?’ can be used in place of literals in SQL statements. If this character is not supported then the error code 5 is invoked.



Your comments will be displayed only after manual approval.