appendixc_locationtable_data.txt
来自「SQL Server入门经典源码」· 文本 代码 · 共 45 行
TXT
45 行
INSERT INTO Location
(
LocationId,
Street,
City,
State
)
VALUES
(
1,
'Main Steet',
'Big Apple City',
'New State'
);
INSERT INTO Location
(
LocationId,
Street,
City,
State
)
VALUES
(
2,
'Winding Road',
'Windy Village',
'Golden State'
);
INSERT INTO Location
(
LocationId,
Street,
City,
State
)
VALUES
(
3,
'Tiny Terrace',
'Big City',
'Small State'
);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?