Banco de dadosSql server
- (FCC 2017)
All applications that communicate with an instance of SQL Server do it by sending Transact-SQL statements to the server. The Transact-SQL statement: SELECT TRIM(' test ') AS Result;
A) includes leading spaces from the word test.
B) returns the unicode character of the word test.
C) removes spaces before and after the word test.
D) returns the number of characters of the word test.
E) includes trailing spaces from the word test.
Próximo:
EXERCÍCIOS - Exercício 13
Vamos para o Anterior: Exercício 11
Tente Este: Exercício 69
Primeiro: Exercício 1
VOLTAR ao índice: Banco de dados