What is the result?

Consider the my_table table with these contents:

You execute:
SELECT 1 FROM my_table;
What is the result?

Consider the my_table table with these contents:

You execute:
SELECT 1 FROM my_table;
What is the result?

A.
A single value: 1

B.
Two values: 1, 1

C.
Two values: 11, 12

D.
Two values: 11, 13

E.
An error message



Leave a Reply 5

Your email address will not be published. Required fields are marked *


Auriemma Francesco

Auriemma Francesco

correct is B

jose

jose

I think is the B

Jay

Jay

It’s B

Output:

1
‘1’
‘1’