TAILIEUCHUNG - Pro MySQL experts voice in open source phần 6

Tham khảo tài liệu 'pro mysql experts voice in open source phần 6', công nghệ thông tin, cơ sở dữ liệu phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | CHAPTER 9 STORED PROCEDURES 353 Stored Procedures in MySQL Database vendors use a variety of programming languages and syntax for building and managing stored procedures. Many of these databases share a set of core SQL commands but most of them have added extensions to facilitate the level of complexity that can be attained within the stored procedure. Oracle procedures are written in PL SQL. Microsoft SQL Server 2000 procedures are written in Transact-SQL T-SQL . To write procedures for PostgreSQL you use PL psSQL. Each implementation includes some common commands and then an extended syntax for accomplishing more advanced logic. MySQL developers have taken the expected approach in their implementation of stored procedures. A database focused on simplicity and maximum performance would likely implement a simple set of features that supply the most amount of control to users wanting to move logic into the database. MySQL has done this by implementing the SQL 2003 standard for stored procedures and has added minimal MySQL-specific syntax. In the cases where MySQL provides an extended use of a statement the MySQL documentation and this book notes the extension to the standard. Note The official standard for stored procedures is ISO IEC 9075-x 2003 where x is a range of numbers between 1 and 14 that indicate many different parts of the standard. For short the standard is often referred to as SQL 2003 SQL-2003 or SQL 2003. We refer to the standard a SQL 2003 since the official specification uses the as a separator and MySQL documentation uses this format. The standard can be found on the ISO web site http by doing a search for 9075. The standard is available for a fee. The SQL 2003 standard provides a basic set of commands for building multiple-statement interactions with the database. SQL 2003 was published in 2003 as the replacement for the previous SQL standard SQL 1999. These standards include specifications for syntax and behavior for SQL commands that

TÀI LIỆU LIÊN QUAN
TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.