English 中文(简体)
数据库内外数据库逻辑的最佳做法。 数据库中的逻辑吗? [闭门]
原标题:Best practices for database logic in or out of database. Save logic in database? [closed]
  • 时间:2011-01-21 14:36:14
  •  标签:
  • sql
Closed. This question is opinion-based. It is not currently accepting answers.

数据库内外数据库逻辑的最佳做法。 数据库中的逻辑吗?

在实际数据库内或之外,在保存数据和其他调查数据方面,最佳做法是什么? 例如,如果你仍在撰写法典,将数据输入和使用这一产品信息的表格,就能够拯救所有产品。 如果您使用类似角色(男性、雇员等)的信息。 是否有必要就你们的团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、和谐、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、团结、

如果需要打脚石,这可能会或可能不会成为一种社区。 我确实想获得更多的信息,并知道其他人正在做什么。

EDIT:大的答复。 看来,共识是肯定的,使数据库受到制约。 因此,我下一个问题是,实现这一点的技术机制是什么。 如果我有一个“名册上”表,我会增加一个新的用户。 我怎么说,新用户的作用一栏必须是这一研究中的任何价值观之一。 我知道如何在法典中做到这一点,但“基地”机制是怎样做的?

最佳回答

数据库是数据,是强制执行数据完整性的验证规则。

为了回答你的具体问题,是,我将在数据库中储存用户/用户。 没有任何情况需要更新守则,以增加系统用户。

问题回答

数据库是强制执行任何逻辑以确保数据的完整性的地方。 只有在申请中,数据库才变成了灾害的对应物,因此,并非仅仅通过应用而改变。

在一定程度上,你们需要研究表来确保数据的完整性,因此不能增加不属于研究范围的价值。

回答你的第二个问题,探讨外国的主要制约因素。





相关问题
SQL SubQuery getting particular column

I noticed that there were some threads with similar questions, and I did look through them but did not really get a convincing answer. Here s my question: The subquery below returns a Table with 3 ...

难以执行 REGEXP_SUBSTR

I m 查询Oracle 10g。 我有两张表格(样本数据见下文)。 i m 试图提取一些领域

SQL Query Shortcuts

What are some cool SQL shorthands that you know of? For example, something I learned today is you can specify to group by an index: SELECT col1, col2 FROM table GROUP BY 2 This will group by col2

PHP array callback functions for cleaning output

I have an array of output from a database. I am wondering what the cleanest way to filter the values is example array Array ( [0] => Array ( [title] => title 1 ...

OracleParameter and DBNull.Value

we have a table in an Oracle Database which contains a column with the type Char(3 Byte). Now we use a parameterized sql to select some rows with a DBNull.Value and it doesn t work: OracleCommand ...

Running numbers in SQL

I have a SQL-statement like this: SELECT name FROM users WHERE deleted = 0; How can i create a result set with a running number in the first row? So the result would look like this: 1 Name_1 2 ...

How to get SQL queries for each user where env is production

I’m developing an application dedicated to generate statistical reports, I would like that user after saving their stat report they save sql queries too. To do that I wrote the following module: ...

热门标签