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)- A2% (1)
- B81% (42)
- C12% (6)
- D6% (3)
Community Discussion
No community discussion yet for this question.