ZKX's LAB

教师表包含姓名性别年龄职称等字段 写出SQL语句:查询所有女教师的信息,要求查询的结果中包括:姓名、性别、年龄、职称。

2021-04-25知识4

写出SQL语句:查询所有女教师的信息,要求查询的结果中包括:姓名、性别、年龄、职称。select 姓名,性别,龄,职称 from 教师表where 性别=''

定义一个Person类,包含姓名、性别、年龄字段;设计Teacher类继承Person类,增加职称、部门字段; 这个先建立一个MFC的文档,如果是用DELPHI就建立一个工程。然后在上面放置相应的label和edit

MY sql中用sql语句创建一个student表 包含姓名 年龄 性别 等字段 creat creat table student(studen_name nvarchar(20)not null,student_age int not null,student_sex nvarchar(1)not null,student_id int primary key,)

#在教师表中职称字段可能的取值为#教师表包含姓名性别年龄职称等字段

随机阅读

qrcode
访问手机版