ニュース

今回は,DML文について解説します。DMLとはData Manipulation Languageの略で,表(テーブル)内の行(レコード)の追加(INSERT)や削除(DELETE),列値の更新(UPDATE)などを行う際に使用するSQL文のことを指します。
You can use the SQL procedure's DELETE statement to delete rows from a DBF file. In the following example, the row that contains the value 346917 in the EMPID column is deleted from the EMPLOYEE.DBF.