SQLSQLSQL--1. 使用SQL语句创建上述3个表(10)。 create database DBDEMO go use DBDEMO go if exists( select * from sysobjects where id = object_id('WL') and sysstat & 0xf = 3) drop table WL go create table WL ( WL_WLID char(20) not null default(''), WL_MC char(40) null default(''), WL_JLDW