Skip to content

Commit

Permalink
adicionando commit aos arquivos sql
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSRangel committed Sep 9, 2024
1 parent 9f48d77 commit 2026861
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions SQL/DDL.sql
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,5 @@ CREATE TABLE Regiao (
nome VARCHAR(60) NOT NULL,
descricao VARCHAR(200)
);

commit;
4 changes: 3 additions & 1 deletion SQL/DML.sql
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,6 @@ VALUES
(1, 'Matar Patrick', 'O novo sobrevivente Patrick virou um zumbi, mate-o', 'combate', 1),
(2, 'Explorar Faculdade Veterinária', 'Busque remédio para os porcos na faculdade veterinária', 'busca', 5),
(3, 'Converse com Carol', 'Dê a mensagem de Rick para a Carol', 'dialogo', 4),
(4, 'Negocie com o Governador', 'Tente negociar um tratado de paz com o Governador', 'dialogo', NULL);
(4, 'Negocie com o Governador', 'Tente negociar um tratado de paz com o Governador', 'dialogo', NULL);

commit;
2 changes: 2 additions & 0 deletions SQL/DQL.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ SELECT ID, Item_ID FROM Instancia_Item WHERE Localização = 'Prisão';
-- Mostra o ID e nome de todos os itens que são premio de alguma missão
SELECT ID, nome FROM Item, Missao
WHERE Item.ID = Missao.premio;

commit;

0 comments on commit 2026861

Please sign in to comment.