计算机专业毕业设计外文翻译资料--SQL 查询中的语意错误
《计算机专业毕业设计外文翻译资料--SQL 查询中的语意错误》由会员分享,可在线阅读,更多相关《计算机专业毕业设计外文翻译资料--SQL 查询中的语意错误(28页珍藏版)》请在毕设资料网上搜索。
1、 专业外文翻译 题 目 Semantic errors in SQL queries: A quite complete list 系 (院) 计算机科学技术系 专 业 计算机科学与技术 班 级 学生姓名 学 号 指导教师 职 称 副教授 毕业设计 (专业外文翻 译 ) 1 Semantic errors in SQL queries: A quite complete list Abstract We investigate classes of SQL queries which are syntactically correct, but certainly not intended,
2、no matter for which task the query was written. For instance, queries that are contradictory, i.e. always return the empty set, are obviously not intended. However, current database management systems (DBMS) execute such queries without any warning. In this paper, we give an extensive list of condit
3、ions that are strong indications of semantic errors. Of course, questions like the satisfiability are in general undecidable, but a significant subset of SQL queries can actually be checked. We believe that future DBMS will perform such checks and that the generated warnings will help to develop app
4、lication programs with fewer bugs in less time. Keywords: Databases; SQL; Queries; Bugs; Errors; Semantic errors; Logical errors; 1. Introduction SQL is today the standard language for relational and object-relational databases. Application programs typically contain a relatively large number of SQL
5、 queries and updates, which are sent to the DBMS for execution. As any program code, SQL queries can contain errors (Updates are not considered in this paper, but they are usually much simpler than queries.). Errors in SQL queries can be classified into syntactic errors and semantic errors. A syntac
6、tic error means that the entered character string is not valid SQL. Then any DBMS will print an error message because it cannot execute the query. Thus, the error is certainly detected and usually easy to correct. A semantic error means that a legal SQL query was entered, but the query does not or n
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机专业 毕业设计 外文 翻译 资料 sql 查询 中的 语意 错误 过错 毛病 谬误
