Stored procedure là gì ?
Stored Procedures are pre-compiled objects which are compiled for the first time and its compiled format is saved, which executes (compiled code) whenever it is called.
Function sẽ được gọi trong Stored procedures và hỗ trợ 2 loại phổ biến là: Transact-SQL và PL/SQL.
Hai công ty độc quyền về T-SQL đó là Microsoft và Sybase cho nên Database của họ cũng dùng T-SQL. T-SQL: SQL Server, Sybase PL/SQL: Oracle, Postgres
Ưu Điểm:
- Giảm lượng truy xuất của ứng ...
7
MAR
2020
MAR
2020
0
Share