Create, Retrieve, Update and Delete (CRUD)

Định nghĩa Create, Retrieve, Update and Delete (CRUD) là gì?

Create, Retrieve, Update and Delete (CRUD)Tạo, Retrieve, Update và Delete (CRUD). Đây là nghĩa tiếng Việt của thuật ngữ Create, Retrieve, Update and Delete (CRUD) - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.

Độ phổ biến(Factor rating): 5/10

Tạo, tải về, cập nhật và xóa (CRUD) đề cập đến bốn chức năng chính được thực hiện trong các ứng dụng cơ sở dữ liệu. Các chức năng CRUD là giao diện người dùng cơ sở dữ liệu, vì chúng cho phép người sử dụng để tạo, xem, chỉnh sửa và dữ liệu alter. CRUD hoạt động trên các đối tượng trong cơ sở dữ liệu và điều khiển các đối tượng này. Bất kỳ bảng cơ sở dữ liệu đơn giản thực thi hạn chế CRUD.

Xem thêm: Thuật ngữ công nghệ A-Z

Giải thích ý nghĩa

Ví dụ, một bảng cơ sở dữ liệu sinh viên đơn giản thêm (tạo) chi tiết học sinh mới, truy cập (đọc) Các chi tiết sinh viên hiện có, sửa đổi (cập nhật) dữ liệu học sinh như các đối tượng đang tồn tại, và xóa các chi tiết sinh viên khi học sinh rời khỏi trường. Các lệnh tương ứng với các hoạt động này trong SQL là INSERT, SELECT, UPDATE và DELETE. INSERT thêm kỷ lục mới, lấy CHỌN hoặc chọn hồ sơ dựa trên điều kiện lựa chọn hiện, sửa đổi cập nhật hồ sơ hiện có và bảng để loại bỏ việc DELETE hoặc hồ sơ. Cách hiệu quả nhất để thực hiện CRUD trong SQL là thông qua các thủ tục lưu trữ, được tự động hóa và điều khiển bởi người quản lý quá trình tạo thủ tục. SQL từng lệnh INSERT, SELECT, UPDATE và DELETE có thể được thực hiện bởi một tuyên bố duy nhất mà các cuộc gọi thủ tục lưu trữ.

What is the Create, Retrieve, Update and Delete (CRUD)? - Definition

Create, retrieve, update and delete (CRUD) refers to the four major functions implemented in database applications. The CRUD functions are the user interfaces to databases, as they permit users to create, view, modify and alter data. CRUD works on entities in databases and manipulates these entities. Any simple database table enforces CRUD constraints.

Understanding the Create, Retrieve, Update and Delete (CRUD)

For instance, a simple student database table adds (creates) new student details, accesses (reads) existing student details, modifies (updates) existing student data such as subjects, and deletes student details when students leave the school. The commands corresponding to these operations in SQL are INSERT, SELECT, UPDATE and DELETE. INSERT adds new records, SELECT retrieves or selects existing records based on selection conditions, UPDATE modifies existing records and DELETE removes tables or records. The most efficient way to accomplish CRUD in SQL is through stored procedures, which are automated and controlled by the person managing the procedure generation process. The individual SQL commands INSERT, SELECT, UPDATE and DELETE can be executed by a single statement that calls the stored procedure.

Thuật ngữ liên quan

  • Query
  • Structured Query Language (SQL)
  • Command (.CMD)
  • Database (DB)
  • Instance
  • Object-Oriented Programming (OOP)
  • Record
  • Data Modeling
  • Data
  • Commit

Source: ? Technology Dictionary - Filegi - Techtopedia - Techterm

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *