Wylhamvitor / desktop-tutorial

GitHub Desktop tutorial repository
0 stars 0 forks source link

Estoque de roupas- INVENTORY MANAGMENT #1

Open Wylhamvitor opened 1 year ago

Wylhamvitor commented 1 year ago

CREATE DATABASE estoqueroupas

use Estoquederoupa

CREATE TABLE Cadastro (

nome char(15) not null, email Int not null, senha int PRIMARY KEY not null, );

CREATE TABLE Fornecedor (

Nomecompleto VARCHAR(30) not null, CNPJ int not null, Endereço int not null, Telefone int not null, );

CREATE TABLE Funcionario (

Nomecompleto Varchar(30) not null, cpf int, senha int not null, Cargo Char(15) not null );

CREATE TABLE Administrador (

Nome char(15) not null, CPF int not null, Departamento VARCHAR(20), Cargo Char(15) not null, );

SELECT FROM Cadastro SELECT FROM Funcionario SELECT FROM Fornecedor SELECT FROM Administrador

Wylhamvitor commented 1 year ago

salve a partes de vocês aqui