Describe the various types of virtualization.
List the pros and cons of virtualization.
Be sure to include at least 2 scholarly sources and use APA format.
Describe the various types of virtualization.
List the pros and cons of virtualization.
Be sure to include at least 2 scholarly sources and use APA format.
Discuss in 500 words your opinion whether Fair Use of copyrighted material should be expanded, contracted, or left alone. Justify your choice.
Provide an example of a semi-structured decision you make on a daily basis and explain what inputs would be necessary to provide assistance in making the decision. Build your own DSS using a spreadsheet that would help you make that decision.
Please choose any two topics from the list below and create approx. 1 to 1 ½ page essay answering the 2 questions (out of 4). Be sure to use at least one reference and ensure the paper is in APA format (with in-text citations). Note: Avoid DIRECT wording from any source, rather rephrase the author’s work and use in-text citations where necessary.
** Please note you have minimal space and time to complete the assignment, do NOT write an introduction, rather just answer any 2 questions from above. Paste it in the Editor’s window and save it when you are done.
I need my SQL assignment looked over. I’m currently using MS management studio
1. List the employee whose employee number is 100.
Select * from Employee where employee_Num=100;
2. List the Employee whose salary is between 50 K to 100k.
Select * from Employee where salary between 50000 and 100000;
Select * from Employee where salary >= 50000 and salary <= 100000;
3. List the Employees whose name starts with ‘Ami’.
Select * from Employees where name like ‘Ami%’;
4. List the Employees whose name starts with A and surname starts with S.
Select * from Employees where name like ‘A%’ and surname like ‘S%’;
5. List the Employees whos surname contains kar word.
Select * from Employees where surname like ‘%kar%’;
6. List the Employees whose name starts with P,B,R characters.
Select * from Employees where name like ‘[PBR]%’;
7. List the Employees whose name not starts with P,B,R characters.
Not Operator Symbol
Select * from Employees where name like ‘[!PBR]%’;
Not Operator
Select * from Employees where name not like ‘[PBR]%’;
8. Write a query to fetch first record from Employee table?
Select * from Employees where rownum=1;
9. Write a query to fetch the last record from Employees table?
Select * from Employees where rowid = select max(rowid) from Employee;
10. Write a query to find the 2nd highest salary of Employees using Self Join
Select * from Employees a where 2 = select count (distinct salary) from Employee where a.salary <= b.salary;
11. Write a query to display odd rows from the Employees table
Select * from(select rownum as rno,E.*from Employees E) where Mod(rno,2)=1;
12. Write a query to display even rows from the Employees table
Select * from(Select rownum as rno,E.* from Employees) where Mod(rno,2)=0;
13. Write a query to show the max salary and min salary together form Employees table
Select max (salary) from Employees
Union
Select min (salary) from Employees;
14. Write a query to fetch all the record from Employee whose joining year is 2018
Select * from Employees where substr(convert(varchar,joining_date, 103),7,4)= ’2018′
15. Write a SQL Query to find maximum salary of each department
Select Dept_id,max(salary) from Employees group by Dept_id;
16. Write a query to find all Employees and their managers (Consider there is manager id also in Employee table).
Select e.employee_name,m.employee name from Employees e,Employees m where e.Employee_id=m.Manager_id;
17. Write a query to display 3 to 7 records from Employee table
Select * from (Select rownum as ‘No_of_Row’,E.* from Employee E)
18. Write a query to fetch common records from two different tables Employees and Employees1 which has not any joining conditions
Select * from Employees
Intersect
Select * from Employees1;
19. Write a query to validate Email of Employee
SELECT
FROM
EMPLOYEE
Where NOT REGEXP_LIKE(Email, ‘[A-Z0-9._%+-]+@[A-Z0-9.-]+.[A-Z]{2,4}’, ‘i’);
20. Write a query to remove duplicate rows from Employees table
Select Employee_No FROM Employees WHERE ROWID < >
(Select max (rowid) form Employees b where Employee_No =b.Employee_No);
Present and discuss the structure of two different report styles. Give for each one the basic outline and the target reader groups.
Support your discussion with at least two scholarly references.
Select from the following list four (4) topics and discuss. Use only 70-words max per topic to discuss and present your answer. The discussion questions this week are from Chapter’s 12-13
(Jamsa, 2013).
Chapter 12 topics:
Chapter 13 topics:
NOTE: You are required to use at least two-peer reviewed sources (besides your textbook) to answer the above questions.
IT 204 Week 1 Assignment
These are instructions for completing the Week one assignment. You are creating a basic business letter.
The section immediately below is the header. Below the horizontal line is the body of your letter.
Use one-inch margins all around. (This is usually the default in MS Word)
Your Name (use 14 point Verdana font, bold, centered)
Your mailing address (12 point Verdana font, not bold, centered)
Your email address (12 point Verdana font, not bold, centered)
Your telephone number ((12 point Verdana font, not bold, centered)
Add a line below the title as shown below. Use 12 point Verdana for the rest of the letter.
(1 blank line)
Today’s date in long date format, January 5, 2021
(1 blank line)
(indent paragraphs) Write two or three short double-spaced paragraphs, describing what you plan to do when you graduate. For example, describe your ideal job?
(2 blank lines)
Sincerely,
(3 blank lines)
(For a formal business letter, you will hand sign with blue ink)
Your name (typed)
Close to 50% of the typical industrial and retail firm’s assets are held as working capital. Many newly minted college graduates work in positions that focus on working capital management, particularly in small businesses in which most new jobs are created in today’s economy.
To prepare for this Discussion: Shared Practice, select two of the following components of working capital management: the cash conversion cycle, the cash budget, inventory management, and credit policies. Think about scenarios in which your selected topics were important for informing decision making. Be sure to review the video links above and conduct additional research using academically reviewed materials, and your professional experience on working capital concepts to help develop your scenarios. Support your discussion with appropriate examples including numerical examples as necessary.
Video Links:
https://youtu.be/maF024vY1es
https://youtu.be/iNm8sNDjDgs
B) 3 replies each 150 words
Answer all questions in below casestudy link.
APA format with citations and references.
Leaked Movie Trailer and a Confidentiality Agreement
https://www.scu.edu/ethics/focus-areas/business-ethics/resources/leaked-movie-trailer/