数据库管理系统的程序是什么?

发布于 2024-09-15 02:48:36 字数 124 浏览 4 评论 0原文

如上所述,用于计算、分析和图表。

数据纯粹是数字。

如何分别创建数据库表和计算/分析/图表?例如,我可能想从数据库等中创建一个单独的“countif”表。

请建议该程序的名称及其优缺点。

As above, for calculation, analysis and graph.

The data is purely number.

How do I create the database table and the calculation/analysis/graph table separately? For example, I might want to create a separate table of "countif" from the database and etc.

Please suggest the name of the programme and their pro and cons as well.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦萦几度 2024-09-22 02:48:36

数据库系统是一个好的开始。 Mysql 和 Postres 是免费的,尽管有很多非免费的替代品,例如 Oracle 和 SQL Server。

分析和计算由查询负责,如果经常重用,通常将其作为视图存储在数据库中。

除此之外,这个问题太笼统,无法提供任何更有针对性的建议。

A good start is a database system. Mysql and Postres are free, although there are plenty of non-free alternatives, such as Oracle and SQL Server.

The analysis and calculation is taken care of by queries, usually stored as views in with the database if they are reused often.

Beyond that, the question is too general to give any more directed advice.

苏大泽ㄣ 2024-09-22 02:48:36

你的问题非常模糊,通常在 RDBMS 中你使用 SQL(结构化查询语言),请参阅此处了解更多信息 http://en.wikipedia.org/wiki/SQL

Your question is very vague, In general in a RDBMS you use SQL (Structured Query Language), see here for more info http://en.wikipedia.org/wiki/SQL

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文