Skip to content

Marcelo Marques - #3

Open
marcelomarkes wants to merge 1 commit into
devopson:masterfrom
marcelomarkes:master
Open

Marcelo Marques#3
marcelomarkes wants to merge 1 commit into
devopson:masterfrom
marcelomarkes:master

Conversation

@marcelomarkes

Copy link
Copy Markdown

CREATE DATABASE db_positivo;

use db_positivo;

CREATE table pessoa(
Id int primary key NOT NULL,
Nome varchar(50) NOT NULL,
Email varchar(100) NOT NULL,
CPF varchar(20) NULL,
Telefone varchar(20) NULL,
Endereco varchar(250) NULl)
Create unique index ix_pessoa on pessoa (nome)

CREATE DATABASE db_positivo;

use db_positivo;

CREATE table pessoa(
Id int primary key NOT NULL,
Nome varchar(50) NOT NULL,
Email varchar(100) NOT NULL,
CPF varchar(20) NULL,
Telefone varchar(20) NULL,
Endereco varchar(250) NULl)
Create unique index ix_pessoa on pessoa (nome)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant