热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

SQL 面试题与答案

Test your skills through the online practice test: SQL Quiz Online Practice Test

问题 111. What is ROWID?

ROWID is a pseudo column attached to each row of a table. It is 18 characters long, blockno, rownumber are the components of ROWID.

这有帮助吗? 添加评论 查看评论
 

问题 112. What is the fastest way of accessing a row in a table?

Using ROWID.
CONSTRAINTS

这有帮助吗? 添加评论 查看评论
 

问题 113. What is an integrity constraint?

Integrity constraint is a rule that restricts values to a column in a table.

这有帮助吗? 添加评论 查看评论
 

问题 114. What is referential integrity constraint?

Maintaining data integrity through a set of rules that restrict the values of one or more columns of the tables based on the values of primary key or unique key of the referenced table.

这有帮助吗? 添加评论 查看评论
 

问题 115. What is the usage of SAVEPOINTS?

SAVEPOINTS are used to subdivide a transaction into smaller parts. It enables rolling back part of a transaction. Maximum of five save points are allowed.

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。