Compare commits

...

3 Commits

Author SHA1 Message Date
GuanM
9f54182b5e Merge branch 'main' of https://git.54sxh.cn/GuanM/HBNU-School 2024-11-19 14:51:08 +08:00
GuanM
eb03ca26f9 数据库整理 2024-11-19 14:50:50 +08:00
GuanM
6fce8d4c1f 数据库答案 2024-11-15 10:19:50 +08:00
9 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
USE Mall
GO
SET NOCOUNT ON
---------- retrieving multiple column ----------
-- ********** Begin ********** --
SELECT prod_name, prod_price
FROM Products;
-- ********** End ********** --
GO
---------- retrieving all column ----------
-- ********** Begin ********** --
SELECT *
FROM Products;
-- ********** End ********** --
GO

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.