「每日跟读」英语常用句型公式 第13篇
1. How was __?
__怎么样?
How was the concert last night? (昨晚的音乐会怎么样?)
How was your trip to the museum? (你去博物馆的旅行怎么样?)…
建表 create table employee(empno int primary key auto_increment , ename char(10) , job char(6) , mgr int , hiredate date , sal float(10,2),comm float(10,2),deptno int ); insert into employee(empno…