nerdexam
Adobe

9A0-127 · Question #17

Which <cfquery> command successfully inserts a row of data into a table with an automatically generated incremental primary key column named RECORDID and two String columns named FIRSTNAME and…

The correct answer is B. <cfquery datasource="mydatasource">. See the full explanation below for the reasoning.

Question

Which <cfquery> command successfully inserts a row of data into a table with an automatically generated incremental primary key column named RECORDID and two String columns named FIRSTNAME and LASTNAME?

Options

  • A<cfquery datasource="mydatasource">
  • B<cfquery datasource="mydatasource">
  • C<cfquery datasource="mydatasource">
  • D<cfquery datasource="mydatasource">

How the community answered

(52 responses)
  • A
    2% (1)
  • B
    81% (42)
  • C
    12% (6)
  • D
    6% (3)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice