MS SQL R2008中的发票抬头表的字段是什么 [英] what are fields of invoice Header table in MS SQL R2008

查看:82
本文介绍了MS SQL R2008中的发票抬头表的字段是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

发票标题表

推荐答案

可能典型的发票表需要以下字段,但其余取决于您的要求..

invoice_id(PK)
invoice_no
发票日期
period_start_date
period_end_date
status
Probably you need following fields for a typical invoice table but rest depends on your requirement..

invoice_id (PK)
invoice_no
invoice_date
period_start_date
period_end_date
status


如果您是说发票抬头表中应包含哪些列,则取决于其他人已经说过的要求.若要了解如何对数据进行规范化和划分,也许 AdventureWorks [ sys.columns [ ^ ]或使用 sp_help [
If you mean what columns should be included in an invoice header table, it depends on the requirements as others have already said. To have ideas how data can be normalized and divided, perhaps the AdventureWorks[^] samples would be good learning material.

On the other hand, if you mean how you can find out the columns of an existing table in the database, you can query for example sys.columns[^] or use sp_help[^]


这篇关于MS SQL R2008中的发票抬头表的字段是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆