Selecione o comando para atualizar a promoção acima:
create table notaFiscal (idNF int primary key auto_increment,dtNF date,valorNF float);
insert into notaFiscal (dtNF, valorNF) values ('2025-02-10', 135.29);
select * from notaFiscal;
De acordo com o script acima, é correto o que se afirma em:
I - O comando insert into dará erro, pois faltou o campo idNF;
II - O comando create table dará erro;
III - alter table notaFiscal add column desconto float;
O comando vai adicionar uma coluna chamada desconto e inserir números decimais de até 15 caracteres;
IV - alter table notaFiscal modify column valorNF decimal(4,1);
O comando não dará erro, porém o dado 135.29 irá atualizar para 135.3;
A Pizzaria "Apaixonados por Pizza" tem um cardápio bem diferenciado. No entanto, depois de uma análise dos pedidos realizados durante o mês de janeiro, o dono, Sr. L, decidiu retirar do cardápio a pizza 59.
Selecione o comando para excluir a pizza "Não sei":
Write the correct form of the verb in brackets.
If we catch the bus tomorrow, we ................... (be) in Brighton at 8:50 a.m.
Write the correct form of the verb in brackets.
Stephen will help you tomorrow if he ..................... (have) time.
Write the correct form of the verb in brackets.
Enter your username and password when you ................... (see) the dialogue box.
Write the correct form of the verb in brackets.
Go on rewriting the numbers until the boss .................. (tell) you to stop.
Write the correct form of the verb in brackets.
We will close the window before we .................. (leave) the application.
Write the correct form of the verb in brackets.
As soon as he arrives, he ................ (join) us in the boardroom.
Write the correct form of the verb in brackets.
We will not buy the machine unless they .................. (offer) a better price.