When an XML document is inserted into the EMPLOYEE table, a BEFORE INSERT trigger statement is executed and the XML document is validated against the employee schema. 当将XML文档插入到EMPLOYEE表时,将执行BEFOREINSERT触发器语句,并根据employee模式验证XML文档。
Before you can insert data into an Apache Derby database using the SQL INSERT statement, you must know how to properly use this statement. 在使用SQLINSERT语句将数据插入ApacheDerby数据库中之前,必须知道如果正确地使用该语句。