Compare commits
No commits in common. "9f54182b5ee9f732b32e1e992d6343a742990662" and "9d1ef8adc4bdd9696644d89da89e4cb8262e7487" have entirely different histories.
9f54182b5e
...
9d1ef8adc4
@ -1,20 +0,0 @@
|
||||
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.
Loading…
x
Reference in New Issue
Block a user