Home > database >  An interview
An interview

Time:04-30


1, please write to see the design of the method of trial cases

2, test cases which contains necessary factor

What are 3, APP special test

4 HTTP request is made up of which a few parts
5, please write the HTTP protocol state return code and the meaning of the common


Second, the database
The CREATE TABLE Temployee (
IdINT (10) PRIMARY KEY AUTO_INCREMENT COMMENT employee number, 'name' VARCHAR (20) NOT NULL COMMENT 'employee name, team_idINT (10) NOT NULL COMMENT, staff's team) : if the above table DDL to create staff, please must write the following query SQL:

2, view all zhang employee data
3, the total number of employees for each team

4, for each employee's total number of staff team

Three, please write complete Linux command:
1, two kinds of view log. TXT file content
  • Related