Question

Suppose the company recently hired 5 new employees. You and another person are assigned to IT...

Suppose the company recently hired 5 new employees. You and another person are assigned to IT support department. Another new employee is assigned to IT help desk. The remaining 2 new employees are assigned to Marketing department. Including yourself, add the 5 new employees in the Employees table. Don’t just add meaningless records, using ‘INSERT’ query. The information should look real.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

EMPLOYEE TABLE

insert into employee values(4001,'John','System analyst',9001,'25-Mar-2020',23000,'IT SUPPORT');
insert into employee values(4002,'Peter','System Manager',9001,'20-Mar-2020',53000,'IT SUPPORT');

insert into employee values(4003,'Parker','Technician',90098,'20-Jan-2019',33000,'IT HELP DESK');

insert into employee values(4004,'David','Brand Manager',9007,'17-Dec-2018',83000,'IT MARKETING');
insert into employee values(4005,'Dueno','Content Marketing',9007,'13-Dec-2018',73000,'IT MARKETING');

DON'T FORGET TO LIKE.

THANKS BY HEART.

Add a comment
Know the answer?
Add Answer to:
Suppose the company recently hired 5 new employees. You and another person are assigned to IT...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • You’re doing systems administration work for Network Funtime Company. Evaluate their current IT infrastructure needs and...

    You’re doing systems administration work for Network Funtime Company. Evaluate their current IT infrastructure needs and limitations, then provide at least five process improvements and rationale behind those improvements. Write a 200-400 word process review for this consultation. make sure to provide your reasoning. Software Company: Network Funtime Company is a small company that builds open-source software. The company is made up software engineers, a few designers, one person in Human Resources (HR), and a small sales team. Altogether, there...

  • Person-Focused pay plans is a system of rewards for employees for specifically learning a new criteria....

    Person-Focused pay plans is a system of rewards for employees for specifically learning a new criteria. There are four varieties of common person-focused pay structures: 1-The stair step model: represent jobs from a job family that differ in terms of complexity. Jobs that require more skills are more complex than jobs with fewer skills. 2- the skill blocks model: it also applies to jobs from within the same job family. Just as in the stairstep model, employees progress to increasingly...

  • This is why your employees are leaving As another resignation letter is slid across your desk,...

    This is why your employees are leaving As another resignation letter is slid across your desk, you can’t help but wonder if this is becoming an epidemic. Employees leave; people move on. This is an aspect of business that managers should anticipate. People have their own lives outside of the walls of your building, and sometimes those lives will pull them in multiple directions, leading them away. Yet if workers seem to be moving on in their droves, you may...

  • DROP TABLE EMPLOYEE; DROP TABLE JOB; DROP TABLE EMP; DROP TABLE EMP_1; DROP TABLE EMP_2; CREATE...

    DROP TABLE EMPLOYEE; DROP TABLE JOB; DROP TABLE EMP; DROP TABLE EMP_1; DROP TABLE EMP_2; CREATE TABLE JOB(JOB_CODE CHAR (3) PRIMARY KEY, JOB_DESCRIPTION VARCHAR (20) NOT NULL,JOB_CHG_HOUR NUMBER (5,2) NOT NULL,JOB_LAST_UPDATE DATE NOT NULL); INSERT INTO JOB VALUES('500','Programmer','35.75','20-Nov-2017'); INSERT INTO JOB VALUES('501','System Analyst','96.75','20-Nov-2017'); INSERT INTO JOB VALUES('502','Database Designer','125.00','24-Mar-2018'); CREATE TABLE EMPLOYEE(EMP_NUM CHAR (3) PRIMARY KEY,EMP_LNAME VARCHAR (15) NOT NULL,EMP_FNAME VARCHAR (15) NOT NULL, EMP_INITIAL CHAR (1),EMP_HIREDATE DATE NOT NULL,JOB_CODE CHAR (3), EMP_YEARS NUMBER (2),FOREIGN KEY (JOB_CODE) REFERENCES JOB (JOB_CODE)); INSERT...

  • Margaret works in the Marketing Department for a large American multi family housing company. Recently she...

    Margaret works in the Marketing Department for a large American multi family housing company. Recently she was told the company would be hiring to fill the Regional Marketin Director (RMD) position in the Central Region. The position has been vacant for a long time and Margaret has been performing the duties for both her job and the job of the RMD. However, the work has begun to be too demanding and you have been working overtime to complete both jobs....

  • I need help with the following SQL query for a company database (script given below). The...

    I need help with the following SQL query for a company database (script given below). The name of the Department. The number of employees working in that department. The number of different projects controlled by this department. The name of the project controlled by this department that has the maximum number of employees of the company working on it. The number of the above project. The cumulative sum of the number of employees of the company working on the projects...

  • Complete the chapter case, "Turnover Analysis". Chapter Case Turnover Analysis You recently completed your company’s new...

    Complete the chapter case, "Turnover Analysis". Chapter Case Turnover Analysis You recently completed your company’s new compensation plan. You are happy with the results but know there is more to retaining the employees than just pay, and you don’t currently have a retention plan. Your organization is a large staffing firm, consisting of several offices on the West Coast. The majority of employees are staffing recruiters, and they fill full-time and temporary positions for a variety of clients. One of...

  • Amazon to Competition: We Will Crush You! Amazon to Employees: We Will Churn You! Globally, Amazon...

    Amazon to Competition: We Will Crush You! Amazon to Employees: We Will Churn You! Globally, Amazon is one of the largest and most successful companies in any industry. Technological innovation has contributed to its success, as has its employee acquisition practices, which are exceptionally high. The question is what has allowed this company to thrive and maintain its success? This activity is important because it shows how companies like Amazon hire based on personality and individual differences. Such companies place...

  • You are the HR Director of one of the most respected Computer Company. Your CEO recently...

    You are the HR Director of one of the most respected Computer Company. Your CEO recently fired the Executive Vice-President (EVP) of your company who was supposed to be the most qualified person to replace the CEO who is retiring in three years. You have been tasked to look for a replacement who would be the best person to assume the responsibilities of the EVP and would be able to take over the CEO after he retires. A colleague of...

  • Part 1 Start by designing the Employee class Employee holds the following private attributes: a count...

    Part 1 Start by designing the Employee class Employee holds the following private attributes: a count of employees (a static variable called NUM_EMP)* an employee’s last name an employee’s first name an employeeNumber (a String that is unique – that will use the NUM_EMP)* a department a jobTitle an annual salary (e.g., 45000). NOTE: *NUM_EMP should start off as zero and get updated every time a new Employee is created. The employeeNumber always starts with empl_ followed by the current...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT