Preview

CASE STUDIES OF CAPITAL BUDGETING

Satisfactory Essays
Open Document
Open Document
264 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
CASE STUDIES OF CAPITAL BUDGETING
SQL> select * 2 from area64;

ARNO ARNAME ARTYP
---------- -------------------- ----- 1 Mumbai Urban 2 Paud Rural 3 Pune Urban

SQL> select * 2 from ppl64;

PNO PNAME DOB INCOME ARNO
---------- -------------------- --------- ---------- ---------- 1 Nikhil 10-AUG-91 150000 3 2 Suyoga 18-OCT-95 200000 2 3 Paddy 07-MAR-91 250000 1 4 Siddhi 28-FEB-95 100000 2 5 Manasi 15-APR-95 250000 3

SQL> select pname 2 from ppl64,area64 3 where(ppl64.arno=area64.arno)and(artyp='Urban'); where(ppl64.arno=area64.arno)and(artyp='Urban') *
ERROR at line 3:
ORA-00904: "ARTYP": invalid identifier

SQL> select pname 2 from area64,ppl64 3 where (area64.arno=ppl64.arno)and(artype='Urban');

PNAME
--------------------
Paddy
Manasi
Nikhil

SQL> select pno,pname,dob,income,arno 2 select pno,pname,dob,income,arno 3
SQL> select pno,pname,dob,income,ppl64.arno 2 from area64,ppl64 3 where(area64.arno=ppl64.arno)and(pname like 'M%');

PNO PNAME DOB INCOME ARNO
---------- -------------------- --------- ---------- ---------- 5 Manasi 15-APR-95 250000 3

SQL> select max(income) 2 from ppl64 3 where select *; where select * *
ERROR at line 3:
ORA-00936: missing expression

SQL> select max(income) 2 from ppl64 3 where(select *); where(select *) *
ERROR at line 3:
ORA-00936: missing expression

SQL> select * 2 from ppl64 3 where (select max(income); where (select max(income) *
ERROR at line 3:
ORA-00936: missing expression

SQL> select *

You May Also Find These Documents Helpful

  • Powerful Essays

    Pos 410 Week Dq

    • 703 Words
    • 5 Pages

    * 3.4 Write a SQL query that joins two tables in the example database and uses BETWEEN…

    • 703 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    1. SELECT e.ename, e.deptno, d.dname, d.deptno FROM dept d LEFT OUTER JOIN emp e ON d.deptno = e.deptno ORDER BY d.deptno; SQL> SELECT e.ename, e.deptno, d.dname, d.deptno 2 FROM dept d 3 LEFT OUTER JOIN emp e 4 ON d.deptno = e.deptno 5 ORDER BY d.deptno; ENAME DEPTNO DNAME DEPTNO ---------- ---------- -------------- ----------…

    • 1542 Words
    • 7 Pages
    Good Essays
  • Good Essays

    Programing Problems

    • 721 Words
    • 3 Pages

    End Net Pay Module Display Module Display “Gross pay is”GrossPay “for”EmplyeeID“.” Display “Net Pay is”NetPay“for”EmployeeID“.” Close Display Module Programming Problem 4 Main Module Declare Score1…

    • 721 Words
    • 3 Pages
    Good Essays
  • Better Essays

    Accounting

    • 2910 Words
    • 12 Pages

    Not able to be determined from the information provided in the problem because the interim closing of…

    • 2910 Words
    • 12 Pages
    Better Essays
  • Better Essays

    3. Value of salvage at the end of the life of the project of $14 million.…

    • 872 Words
    • 4 Pages
    Better Essays
  • Good Essays

    Johns Hopkins Capital budgeting consisted of several top-level administrators who is involved in the process from various department. They each have a portion of the pie to tackle when it comes to capital expenditures. Each department manager is responsible for his or her input in the yearly budget. They are required to take a class before the budget meeting and is designated to complete the final stage of the budgeting structure. Once completed it is sent to JHH main campus for review and consolidation.…

    • 214 Words
    • 1 Page
    Good Essays
  • Satisfactory Essays

    Capital Budgeting Case

    • 306 Words
    • 2 Pages

    Compute and analyze items (a) through (d) using a Microsoft® Excel® spreadsheet. Make sure all calculations can be seen in the background of the applicable spreadsheet cells. In other words, leave an audit trail so others can see how you arrived at your calculations and analysis. Items (a) through (d) should be submitted in Microsoft® Excel®; indicate your recommendation (e) in the Microsoft® Excel® spreadsheet; the paper stated in item (f) should be submitted consistent with APA guidelines.…

    • 306 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    For a typical firm, which of the following sequences is CORRECT? All rates are after taxes, and assume the firm operates at its target capital structure.…

    • 7434 Words
    • 30 Pages
    Satisfactory Essays
  • Powerful Essays

    Capital Budgeting

    • 2183 Words
    • 9 Pages

    1. Bauer Industries is an automobile manufacturer. Management is currently evaluating a proposal to build a plant that will manufacture lightweight trucks. Bauer plans to use a cost of capital of 12% to evaluate this project. Based on extensive research, it has prepared the following incremental free cash flow projections (in millions of dollars):…

    • 2183 Words
    • 9 Pages
    Powerful Essays
  • Satisfactory Essays

    Sql Database Language

    • 1101 Words
    • 5 Pages

    Get the offering, the course number, and the course description of SUMMER 2010 offerings without an assigned instructor.…

    • 1101 Words
    • 5 Pages
    Satisfactory Essays
  • Satisfactory Essays

    1) Display the name of each student and what zipcode they live in. sort them by last and then first name in ascending order…

    • 400 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Accounting Payroll

    • 626 Words
    • 29 Pages

    Payroll Calculator Name Mohd Shahrul Nizam Muhammad Irham Shafy Nur Fathaen Arynee Akmal Razi Fauziah Ahmad Zulkifli Zaini Saiful Nizam Ahmad Dani Ee ID Wage Er EPF Ee EPF Er Socso Ee Socso ABC1001 4000 480 360 60 48 ABC1002 3000 360 270 45 36 ABC1003 2600 312 234 39 31.2 ABC1004 1600 192 144 24 19.2 ABC1005 1380 165.6 124.2 20.7 16.56 ABC1006 1360 163.2 122.4 20.4 16.32 ABC1007 1240 148.8 111.6 18.6 14.88 ABC1008 1250 150 112.5 18.75 15 Sort By Name Name Ahmad Dani Akmal Razi Fauziah Ahmad Mohd Shahrul Nizam Muhammad Irham Shafy Nur Fathaen Arynee Saiful Nizam Zulkifli Zaini Ee ID Wage Er EPF Ee EPF Er Socso Ee Socso ABC1008 1250 150 112.5 18.75 15 ABC1004 1600 192 144 24 19.2 ABC1005 1380 165.6 124.2 20.7 16.56 ABC1001 4000 480 360 60 48 ABC1002 3000 360 270 45 36 ABC1003 2600 312 234 39 31.2 ABC1007 1240 148.8 111.6 18.6 14.88 ABC1006 1360 163.2 122.4 20.4 16.32 Sort By Net Wage Name Saiful Nizam Ahmad Dani Zulkifli Zaini Fauziah Ahmad Akmal Razi Nur Fathaen Arynee Muhammad Irham Shafy Mohd Shahrul Nizam Ee ID Wage Er EPF Ee EPF Er Socso Ee Socso ABC1007 1240 148.8 111.6 18.6 14.88 ABC1008 1250 150 112.5 18.75 15 ABC1006 1360 163.2 122.4 20.4 16.32 ABC1005 1380 165.6 124.2 20.7 16.56 ABC1004 1600 192 144 24 19.2 ABC1003 2600 312 234 39 31.2 ABC1002 3000 360 270 45 36 ABC1001 4000 480 360 60 48 Tax Nett 400 300 260 3192 2394 2074.8 1436.8 1239.24 1221.28 1113.52 1122.5 FALSE FALSE FALSE FALSE FALSE Tax Nett FALSE FALSE FALSE 1122.5 1436.8 1239.24 3192 2394 2074.8 1113.52 1221.28 400 300 260 FALSE FALSE Tax Nett FALSE FALSE FALSE FALSE FALSE 260 300 400 1113.52 1122.5 1221.28 1239.24 1436.8 2074.8 2394 3192 Name Mohd Shahrul Nizam Muhammad Irham Shafy Nur Fathaen Arynee Akmal Razi…

    • 626 Words
    • 29 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Paper

    • 315 Words
    • 2 Pages

    b. Which faculty members have qualified to teach a course since 1993? List the faculty ID, course, and date of qualification. (pg 271)…

    • 315 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    8350 Q 010913 DIS

    • 345 Words
    • 2 Pages

    3. For the company DB (schemas of tables are shown below), write RA query and SQL query for each of the following. (State any reasonable assumptions only if necessary.)…

    • 345 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    JDBC using MySQL

    • 10167 Words
    • 41 Pages

    ( 'C005 ', 'Jinadasa ', 'Panadura ',94000); INSERT INTO Customer VALUES ( 'C006 ', 'Sepalika ', 'Kalutara ',58000); INSERT INTO Customer VALUES ( 'C007 ', 'Jinasena ', 'Ambalangoda ',51000); INSERT INTO Customer VALUES ( 'C008 ', 'Somadasa ', 'Baddegama ',34000); INSERT INTO Customer VALUES…

    • 10167 Words
    • 41 Pages
    Better Essays

Related Topics