In computer programming, create, read, update and delete (CRUD) (Sometimes called SCRUD with an "S" for Search) are the four basic functions of persistent storage. Sometimes CRUD is expanded with the words retrieve instead of read, modify instead of update, or destroy instead of delete. It is also sometimes used to describe user interface conventions that faciltate viewing, searching, and changing information; often using computer-based forms and reports...
The term was likely first popularized by James Martin in his 1983 book Managing the Data-base Environment. The acronym may be extended to CRUDL to cover listing of large data sets which bring additional complexity such as pagination when data sets are too large to hold easily in memory...
Another variation of CRUD is BREAD, an acronym for "Browse, Read, Edit, Add, Delete"...
Beberapa praktisi di dunia industri banyak menggunakan CRUD dibanding akronim yang lain, bahkan para akedemisi juga menggunakan akronim CRUD....
Quoted by Muhammad Idham Azhari from wikipedia.org
Showing posts with label RDBMS (Relational Database Management System). Show all posts
Showing posts with label RDBMS (Relational Database Management System). Show all posts
Monday, October 10, 2011
Monday, July 4, 2011
Microsoft SQL Server
Berikut penjelasan dari Si WIKI perihal Microsoft SQL Server.
Microsoft SQL Server is a RDBMS (Relational Database Management System) developed by Microsoft. As a database, it is a software product whose primary function is to store and retrieve data as requested by other software applications, be it those on the same computer or those running the on another computer across a network (including the internet)...
There are at least a dozen different editions of Microsoft SQL Server aimed at different audiences and for different workloads (ranging from small applications that store and retrieve data on the same computer, to millions of users and computers that access huge amounts of data from the internet at the same time). Its primary query languages are T-SQL and ANSI SQL...
Saat ini saya pakai MS-SQL Server 2005 express edition...cukup handal juga untuk skala menengah..kalo mau lebih handal (skala enterprise)...bisa gunakan DB2 atau Oracle...
-Muhammad Idham Azhari-
Microsoft SQL Server is a RDBMS (Relational Database Management System) developed by Microsoft. As a database, it is a software product whose primary function is to store and retrieve data as requested by other software applications, be it those on the same computer or those running the on another computer across a network (including the internet)...
There are at least a dozen different editions of Microsoft SQL Server aimed at different audiences and for different workloads (ranging from small applications that store and retrieve data on the same computer, to millions of users and computers that access huge amounts of data from the internet at the same time). Its primary query languages are T-SQL and ANSI SQL...
Saat ini saya pakai MS-SQL Server 2005 express edition...cukup handal juga untuk skala menengah..kalo mau lebih handal (skala enterprise)...bisa gunakan DB2 atau Oracle...
-Muhammad Idham Azhari-
Subscribe to:
Posts (Atom)