Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
VANYA
CREATE TABLE STUDENTS ( cod_st numeric (5) primary key, name_st varchar(100) not null, born DATE NOT NULL, PHONE CHAR (15) )
run
|
edit
|
history
|
help
0
Employee Table
Create Tables_2
self join
Rextester.java
Demo
2021.02.25 Lab 4
FOREIGN KEY
Update using a temp table
2021-03-23_LeetCodeSQL
FORMAT FUNCTION (New Feature of 2012 sql server)