Questões de Concurso Público CFQ 2021 para Analista de Sistemas - Ênfase em sistemas e Processos

Foram encontradas 30 questões

Q2421416 Banco de Dados

O comando TRUNCATE TABLE do SQL se encaixa em qual das linguagens de um banco de dados relacional?

Alternativas
Q2421418 Banco de Dados

Existe um tipo de banco de dados que possui uma estrutura semelhante a uma árvore, em que todos os nós representam registros e os ramos indicam campos. Qual é o nome dado a esse tipo de banco de dados?

Alternativas
Q2421420 Banco de Dados

No contexto de bancos de dados, “é dito que uma tabela está nessa forma normal se todos os atributos contêm apenas um valor correspondente, singular, e não existem grupos de atributos repetidos, e se os registros na tabela, que não são chaves, dependam da chave primária em sua totalidade, e não apenas parte dela.”


Disponível em: <https://medium.com/@diegobmachado/>.

Acesso em: 6 mar. 2021, com adaptações.


A que forma normal essa definição se refere?

Alternativas
Q2421422 Inglês

ALTER TABLE changes the structure of a table. For example, you can add or delete columns, create or destroy indexes, change the type of existing columns, or rename columns or the table itself. You can also change characteristics such as the storage engine used for the table or the table comment. To use ALTER TABLE, you need ALTER, CREATE, and INSERT privileges for the table. Renaming a table requires ALTER and DROP on the old table, ALTER, CREATE, and INSERT on the new table. Following the table name, specify the alterations to be made. If none are given, ALTER TABLE does nothing.


Available at: . Accessed on: 6 Mar. 2021.


According to the text, what are all of the permissions necessary on the new table for the user to rename it?

Alternativas
Q2421424 Inglês

SRID values must be in the range of 32-bit unsigned integers, with these restrictions:

- SRID 0 is a valid SRID but cannot be used with DROP SPATIAL REFERENCE SYSTEM.

- If the value is in a reserved SRID range, a warning occurs. Reserved ranges are [0, 32767] (reserved by EPSG), [60,000,000, 69,999,999] (reserved by EPSG), and [2,000,000,000, 2,147,483,647] (reserved by MySQL). EPSG stands for the European Petroleum Survey Group.

- Users should not drop SRSs with SRIDs in the reserved ranges. If system-installed SRSs are dropped, the SRS definitions may be recreated for MySQL upgrades.


Available at: <https://dev.mysql.com>. Access on: 6 Mar. 2021.


According to the presented excerpt from the documentation, mark the correct alternative.

Alternativas
Respostas
6: D
7: B
8: A
9: E
10: B