摘要:        
use tempdb;go--科目表if object_id('dbo.subject') is not nulldrop table dbo.subject;gocreate table subject(sid int identity(1,1) not null primary key ,sname varchar(1000));go--学生表if object_id('dbo.student') is not nulldrop table dbo.studentgocreate table dbo.student(stuid char(10) not nu    阅读全文
        
            posted @ 2011-07-13 10:14
天空-天空
阅读(485)
评论(0)
推荐(0)
        
     
                    
                     
                    
                 
                    
                 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号