Qual dos comandos SQL-92 abaixo pode ser utilizado por um analista de suporte para incluir na tabela cliente o atributo cpf que é caracter de 11?
alter table cliente add cpf char(11)
alter table cliente insert cpf char(11)
insert cpf char(11) into table cliente
add cpf char(11) into table cliente
add cpf char(11) from cliente
{TITLE}
{CONTENT}
{TITLE}
Aguarde, enviando solicitação...