
请教一道SQL题目, 给出答案加100分, 谢谢大家
1.DesignaSQLtablethatstoredthecustomermasterinformation.WriteasimpleSQLview,formandst...
1. Design a SQL table that stored the customer master information. Write a simple SQL view, form and stored procedure to extract the customer information from database and display on the screen base on some searching criteria entered. Please state the input, process and output of the entire operation. The coding should include some basic validation rule on the searching criteria entered. (Logical thinking and programming skill test).
Searching Criteria : Customer Name, Identification Number or Birth Date. 展开
Searching Criteria : Customer Name, Identification Number or Birth Date. 展开
展开全部
设计一个存储客户信息的表,写一个能从表中根据条件查询客户信息并显示出来的简单的视图和存储过程,请陈诉整个操作的输入,程序流程以及输出情况。程序应该对查询条件有一些基本的有效性检查(逻辑想法和编程技巧测试)
查询标准:客户名,索引号或出生年月
select * from customer where CustomerName=trim(Customer Name)
....
查询标准:客户名,索引号或出生年月
select * from customer where CustomerName=trim(Customer Name)
....
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询