To use this database, we need to insert some data into the table.
要使用这个数据库,我们需要向表中插入一些数据。
2
For every resource, insert one row into this table.
对于每个资源,在这个表中插入一行。
3
Note: Alternatively you can create a database trigger to capture every INSERT on your table and tell it to validate the data as XML using the XMLVALIDATE function before performing the INSERT.