Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ------------------------------------------------------------- --
- -- Data de Criacao: 09 / 06 / 2016 --
- -- Autor: João Pedro Sconetto --
- -- Tabelas criadas = 9 --
- -- SGBD = PROJETO --
- -- ------------------------------------------------------------- --
- -- Data da Modificacao: 09 / 06 / 2016 --
- -- Nome do Autor:João Pedro Sconetto --
- -- ------------------------------------------------------------- --
- USE PROJETO;
- SET FOREIGN_KEY_CHECKS = 0;
- TRUNCATE TABLE PUBLICACAO_CIENTIFICA;
- TRUNCATE TABLE LIVROS;
- TRUNCATE TABLE ARTIGOS;
- TRUNCATE TABLE PERIODICO;
- TRUNCATE TABLE ASSUNTO;
- TRUNCATE TABLE PRODUZIDO;
- TRUNCATE TABLE OBRAS;
- TRUNCATE TABLE AUTOR;
- TRUNCATE TABLE LOCAL;
- SET FOREIGN_KEY_CHECKS = 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement