DBI202_-_PE_-_FA_2023_-_Block_3_1300.webp
M

DBI202_-_PE_-_FA_2023_-_Block_3_1300.webp

  • Media owner Mimosa94
  • Ngày thêm
where @countryID varchar(10), @jobtitle varchar(100) are input paramaters and @numberOfEmployees int is an output parameter of the procedure.
n
1
t
For example, when we execute the procedure pr1 using the following statements, the result should be as in the following figure:
DECLARE @num int;
exec PR1 'UK', 'Sales', @num output;
SELECT @num AS NumberOfEmployees
Results
u
t
or
n
Messages
Number Of Employees
1 35
p
Picture 9.1
Zoom
+ 100%
Close
g

Chưa có bình luận nào.

Thông tin

Category
DBI202
Thêm bởi
Mimosa94
Ngày thêm
Lượt xem
1,634
Lượt bình luận
0
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
DBI202_-_PE_-_FA_2023_-_Block_3_1300.webp
File size
34 KB
Dimensions
1280px x 483px

Share this media

Back
Bên trên Bottom