Pergunta de entrevista da empresa HCLTech

5. For the following table structure: Create Table tbl( A int, B int) Insert into tbl values ( 0,1) Insert into tbl values ( 1, 0) what is wrong with this query: Select A B from tbl

Resposta da entrevista

Sigiloso

6 de mar. de 2017

o/p will print column A with alias name as B

1