will SELECT FROM CUSTOMER; & SELECT * FROM CUSTOMER; give the same output? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

will SELECT FROM CUSTOMER; & SELECT * FROM CUSTOMER; give the same output?

that is will it provide all the fields of table "Customer"?

19th May 2020, 2:54 PM
Meghana Lakayil
Meghana Lakayil - avatar
1 Respuesta
+ 1
No. A syntax error is reported for the first statement. And in case of next time, why don't you run it and see for yourself.
19th May 2020, 3:03 PM
Ore
Ore - avatar