-
The XML document is shredded, and each bound-out column (title, publisher, firstname, lastname) is converted to the database code page.
XML 文档被分解,每个绑定列(题目、出版社、名、姓)被转换为数据库代码页。
-
This contact form contains firstname, lastname , email address, and phone number fields.
请填写该表格包含名字,姓氏,电子邮件地址和电话号码等。
-
When we do a find operation, we search based on the lastName field.
当执行“查找”操作时,我们基于 lastName字段进行搜索。
-
Since both LASTNAME and DEPTNO are part of the index, we will get index-only access.
因为 LASTNAME 和 DEPTNO 都是索引的一部分,我们将获得仅限索引的访问。
-
In this case, the report will be ordered by the Lastname field in the Employees table.
标签指定了报告该以什么字段为基准进行排序。在这个案例中,…
-
If you wonder why I didn't nest firstName, lastName, and title elements within the name element, read the last paragraph again.
如果还不明白为何不在name元素中嵌套firstName、lastName以及title元素,请仔细阅读 上一段。