Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
28-02
--Sql Server 2014 Express Edition --Batches are separated by 'go' create table cidades ( codigo int primary key not null, nome varchar ) create table fabricantes ( codigo int primary key not null, nome varchar, cod_cidade int, foreign key (cod_cidade) references cidades(codigo) ) create table bebidas ( codigo int primary key not null, descricao varchar, cod_fabricante int, foreign key (cod_fabricante) references fabricantes(codigo) ) create table produtos ( codigo int primary key not null, descricao varchar, cod_fabricante int, foreign key (cod_fabricante) references fabricantes(codigo) )
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
TRIGGERS
Solution 1
exercise 1 – fines – database import 1.0.1.sql
NAMES CODE
megha
Resolved error
Extracting Id No
#Temp Table fill
cms by valli
MyDatabase
Please log in to post a comment.