• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

相似文献

1
RATest: Explaining Wrong Relational Queries Using Small Examples.RATest:使用小示例解释错误的关系查询。
Proc ACM SIGMOD Int Conf Manag Data. 2019 Jun-Jul;2019:1961-1964. doi: 10.1145/3299869.3320236.
2
Explaining Wrong Queries Using Small Examples.使用小示例解释错误查询。
Proc ACM SIGMOD Int Conf Manag Data. 2019 Jun-Jul;2019:503-520. doi: 10.1145/3299869.3319866.
3
An alternative database approach for management of SNOMED CT and improved patient data queries.一种用于管理医学系统命名法临床术语(SNOMED CT)及改进患者数据查询的替代数据库方法。
J Biomed Inform. 2015 Oct;57:350-7. doi: 10.1016/j.jbi.2015.08.016. Epub 2015 Aug 21.
4
Benchmarking attribute cardinality maps for database systems using the TPC-D specifications.
IEEE Trans Syst Man Cybern B Cybern. 2003;33(6):913-24. doi: 10.1109/TSMCB.2003.810909.
5
A temporal query system for protocol-directed decision support.用于协议导向决策支持的时态查询系统。
Methods Inf Med. 1994 Oct;33(4):358-70.
6
Is Anti Cyclic citrullinated peptide a useful laboratory test for the diagnosis of rheumatoid arthritis?抗环瓜氨酸肽检测对类风湿关节炎的诊断是一项有用的实验室检查吗?
Eur Ann Allergy Clin Immunol. 2004 Apr;36(4):127-30.
7
Multi-Query Optimization Revisited: A Full-Query Algebraic Method.重新审视多查询优化:一种全查询代数方法。
Proc IEEE Int Conf Big Data. 2022 Dec;2022:252-261. doi: 10.1109/bigdata55660.2022.10020338. Epub 2023 Jan 26.
8
An adaptive spark-based framework for querying large-scale NoSQL and relational databases.一种适用于查询大规模 NoSQL 和关系型数据库的基于火花的自适应框架。
PLoS One. 2021 Aug 19;16(8):e0255562. doi: 10.1371/journal.pone.0255562. eCollection 2021.
9
Interactive ontology debugging: Two query strategies for efficient fault localization.交互式本体调试:两种用于高效故障定位的查询策略。
Web Semant. 2012 Apr;12-13(C):88-103. doi: 10.1016/j.websem.2011.12.006.
10
Fuzzy query translation for relational database systems.关系数据库系统的模糊查询翻译
IEEE Trans Syst Man Cybern B Cybern. 1997;27(4):714-21. doi: 10.1109/3477.604117.

本文引用的文献

1
Explaining Wrong Queries Using Small Examples.使用小示例解释错误查询。
Proc ACM SIGMOD Int Conf Manag Data. 2019 Jun-Jul;2019:503-520. doi: 10.1145/3299869.3319866.

RATest:使用小示例解释错误的关系查询。

RATest: Explaining Wrong Relational Queries Using Small Examples.

作者信息

Miao Zhengjie, Roy Sudeepa, Yang Jun

机构信息

Duke University.

出版信息

Proc ACM SIGMOD Int Conf Manag Data. 2019 Jun-Jul;2019:1961-1964. doi: 10.1145/3299869.3320236.

DOI:10.1145/3299869.3320236
PMID:31388247
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC6684020/
Abstract

We present a system called RATEST, designed to help debug relational queries against reference queries and test database instances. In many applications, e.g., classroom learning and regression testing, we test the correctness of a user query by evaluating it over a test database instance and comparing its result with that of evaluating a reference (correct) query over . If () differs from (), the user knows is incorrect. However, can be large (often by design), which makes debugging difficult. The key idea behind RATEST is to show the user a much smaller database instance ' ⊆ , which we call a such that (') ('). RATEST builds on data provenance and constraint solving, and employs a suite of techniques to support, at interactive speed, complex queries involving differences and group-by aggregation. We demonstrate an application of RATEST in learning: it has been used successfully by a large undergraduate database course in a university to help students with a relational algebra assignment.

摘要

我们提出了一个名为RATEST的系统,旨在帮助针对参考查询和测试数据库实例调试关系查询。在许多应用中,例如课堂学习和回归测试,我们通过在测试数据库实例上对用户查询进行求值,并将其结果与在该实例上对参考(正确)查询进行求值的结果进行比较,来测试用户查询的正确性。如果()与()不同,用户就知道是不正确的。然而,可能很大(通常是有意设计的),这使得调试变得困难。RATEST背后的关键思想是向用户展示一个小得多的数据库实例 ' ⊆ ,我们称之为一个,使得(') (')。RATEST基于数据起源和约束求解构建,并采用一套技术以交互速度支持涉及差异和分组聚合的复杂查询。我们展示了RATEST在学习中的一个应用:它已被一所大学的大型本科数据库课程成功用于帮助学生完成关系代数作业。