2
I am making a database for a college activity and was asked to display the table by changing the name of attributes(columns) to "Nome do Cliente" and "Endereco do Cliente". How can I do that?
Example:
Tabela: nome > Saída: Nome do Cliente
Tabela: endereço > Saída: Endereço do Cliente


You want to change the name of the columns that are returned in your query?
– Danilo de Oliveira