S
Spartaco
This is a test I made that I believe has a wrong solution, they say the
correct answer is C ?!?
----
You are an asp.net developer and currently you are working on te sql
statement you will use to retrieve data from te customers table. Wat is te
result of the following statement ?
SELECT ID='identity', name='customer'
FROM customers
WHERE ID=1
A) The SQL statement results in te customers table being updated with te
values in te two variables identity and name.
B) The SQL statement results in two columns tat contain te strings
'identity' and 'name' for every row.
C) The SQL statement results in two columns labeled identity and name being
returned.
D) The SQL statement results in a syntax error.
correct answer is C ?!?
----
You are an asp.net developer and currently you are working on te sql
statement you will use to retrieve data from te customers table. Wat is te
result of the following statement ?
SELECT ID='identity', name='customer'
FROM customers
WHERE ID=1
A) The SQL statement results in te customers table being updated with te
values in te two variables identity and name.
B) The SQL statement results in two columns tat contain te strings
'identity' and 'name' for every row.
C) The SQL statement results in two columns labeled identity and name being
returned.
D) The SQL statement results in a syntax error.