I participated in the IFNMG competition, a test prepared by the CEFET Foundation. I solved the following question and I marked the letter C, but the template says that the correct one is the letter A.
Question 31
Note that the NotaFiscalItem table is stored in a
relational Database Management System (DBMS), containing the following data:
Table: Financial Note
Next,lookatthefollowingSQLcommand.Figure:SQLcommand
TheresultproducedbytheexecutionoftheSQLcommand,whenconsideringthedatapresentedintheNotaFiscalItemtable,isa)28,007,0048,00
b)28,00NULLNULL
c)48,007,0048,00
d)48,000,0055,00
e)NULLNULLNULL
Thestatement"sum (qtd_item * vlr_unitario - vlr_desconto)" does not add the first line to "null" in the "vlr_desconto" column? But does not this depend on the DBMS being used?