开发者

What is the programme for Data Base Management System? [closed]

开发者 https://www.devze.com 2023-01-12 20:06 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

As 开发者_JAVA技巧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.


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消