学生数据库中创建学生用户表StudentMember,并录入相关记录。编写带参数的存储过程SelectStudent,用于查询学生用户表StudentMember中是否存在特定学生信息:如果不存在则返回-1,如果登录密码错误则返回-2,否则返回0。