TAILIEUCHUNG - Maintaining stored procedures in database application

The use of stored procedures can be helpful in controlling access to data end-users may enter or change data but do not write procedures, preserving data integrity and improving productivity statements in a stored procedure only need to be written one time. | ISSN:2249-5789 Santosh Kakade et al , International Journal of Computer Science & Communication Networks,Vol 2(3), 400-403 Maintaining Stored Procedures in Database Application Santosh Kakade1, Rohan Thakare2, Bhushan Sapare3 , Dr. . Meshram4 Computer Department VJTI, Mumbai 1,2,3. Head of Computer Department VJTI, Mumbai4 Abstract Stored procedure and triggers have an irreplaceable importance in any database application, as they provide a powerful way to code application logic that can be stored on the server and execute according to the need of application. Writing stored procedures for database application involves set of sql statements with an assigned name that's stored in the database in compiled form so that it can be shared by a number of programs. The use of stored procedures can be helpful in controlling access to data end-users may enter or change data but do not write procedures, preserving data integrity and improving productivity statements in a stored procedure only need to be written one time. I. There are three types of sql statements – DDL : define the database structure or schema. – DML : procedural, non-procedural. – TCL : security, integrity, concurrency control. In any database application the data flow is controlled by sql statements, this gives us the flexibility to access data in particular form and in selected manner. The stored procedures are the major part of any DB application, Stored procedures offer several distinct advantages over embedding queries in your Graphical User Interface (GUI). INTRODUCTION Database Management System (DBMS) is a software system that enables users to define, create and maintain the database and provides controlled access to database. II. Stored procedures and Triggers In a database management system DBMS, a stored procedure is a set of Structured Query Language SQL statements with an assigned name that's stored in the database in compiled form so that it can be shared by a number of programs. The

TỪ KHÓA LIÊN QUAN
Đã 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.