6.CRUD[摘自網路]

isongoo發表於2008-05-04
      CRUD是指在做計算處理時的增加、查詢(重新得到資料)、更新和刪除幾個單詞的首字母簡寫。主要被用在描述軟體系統中資料庫或者持久層的基本操作功能。

      In computing, CRUD is an acronym for create, retrieve, update, and delete. It is used to refer to the basic functions of a database or persistence layer in a software system. 

           C reate    new records
           R etrieve existing records /READ
           U pdate   existing records
           D elete    existing records.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/725190/viewspace-258801/,如需轉載,請註明出處,否則將追究法律責任。

相關文章