Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
FIRST DATABASE
-- Table: city CREATE TABLE city ( id int NOT NULL IDENTITY(1, 1), city_name char(128) NOT NULL, lat decimal(9,6) NOT NULL, long decimal(9,6) NOT NULL, country_id int NOT NULL, CONSTRAINT city_pk PRIMARY KEY (id) );
run
|
edit
|
history
|
help
0
Fff
PIVOT AND UNPIVOT USING XML PARSING
l
TEST
2021.02.25 Lab 4
Create MS SQL Server CUSTOMERS Table
mc170400712
Second Query
Q2_30min
Query through an error in Sql Server