TAILIEUCHUNG - Oracle PL/SQL for dummies phần 9

Tham khảo tài liệu 'oracle pl/sql for dummies phần 9', 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ả | 334 Part V Taking PL SQL to the Next Level Here are the details relevant to Listing 13-18 5 Creates a new variable v_emp_rec. 11 Fetches the cursor variable into it. 13 All information about the employee is available so you can print anything required. Use the following code to verify the functionality SQL begin 2 p_report deptNo 10 3 end 4 7782 CLARK - MANAGER 7839 KING - PRESIDENT 7934 MILLER - CLERK PL SQL procedure successfully completed. The result is exactly what you wanted. It lists all the employees in department 10. Chapter 14 PL SQL Best Practices Jn This Chapter Understanding why best practices are important Becoming a good PL SQL programmer Following the code-writing process Testing your code any people believe that being a good PL SQL programmer means knowing all about the latest features obscure syntax for commands in the packages VARRAYs object collections and so on. Knowing all these things means that you re knowledgeable about the PL SQL language but it doesn t make you a good PL SQL programmer. Well-written code executes within a reasonable period of time provides good performance and is bug-free whenever possible. But even more important the code is structured in such a way that you can be assured that it does what it is supposed to do and when modifications are necessary you can easily see where they are needed. To help you create code that meets these goals this chapter discusses some important best practices to keep in mind when programming in PL SQL. These best practices are taken from our experiences in building real systems. Why Are Best Practices Important If you aren t an experienced programmer the idea of general best practices might not make much sense. The following are some examples from actual systems where failure to follow these best practices caused companies to lose hundreds of millions of dollars. In each case the mistakes were not made by students or people unfamiliar with PL SQL but by consultants from well-known consulting .

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.