///
Aplicando o comando SQL “select” na tabela “Clientes”, abaixo, a quantidade de registros (linhas) resultantes é
| mat | nome | Comando SQL “select” | |
|---|---|---|---|
| 010 | JORGE SILVA | jls@mailx.com | select * from Clientes as cli where cli.nome like ‘%MA%’ or cli.mat = ‘981’ |
| 039 | CARLOS MAGNO | cmc@mailx.com | |
| 981 | PEDRO OLIVEIRA | pom@mailx.com | |
| 123 | MARCOS FREIRE | mf@mailx.com | |
| 565 | MARIA SANTOS | ms@mailx.com |