Respected Sir,
I heard that ssc exam is cancelled due to some reason. But
i want to ask am i capable for next new date exam & when
the new date will be declare. Are u send us new hall tiket
or we refer our old hall tiket?
Hi.. can any1 tell me the questions which will be asked in
the telephonic round. i am a fresher(2008 passed out).
since this will be the first round for me plz suggest me.
If one always ought to act so as to produce the best
possible circumstances, then morality is extremely
demanding. No one could plausibly claim to have met the
requirements of this "simple principle." . . . It would seem
strange to punish those intending to do good by sentencing
them to an impossible task. Also, if the standards of right
conduct are as extreme as they seem, then they will preclude
the personal projects that humans find most fulfilling.
From an analytic perspective, the potential extreme demands
of morality are not a "problem." A theory of morality is no
less valid simply because it asks great sacrifices. In fact,
it is difficult to imagine what kind of constraints could be
put on our ethical projects. Shouldn't we reflect on our
base prejudices, and not allow them to provide boundaries
for our moral reasoning? Thus, it is tempting to simply
dismiss the objections to the simple principle. However, in
Demands of Morality, Liam Murphy takes these objections
seriously for at least two distinct reasons.
First, discussion of the simple principle provides an
excellent vehicle for a discussion of morality in general.
Perhaps, in a way, this is Murphy's attempt at doing
philosophy "from the inside out.". . . Second, Murphy's
starting point tells us about the nature of his project.
Murphy must take seriously the collisions between moral
philosophy and our intuitive sense of right and wrong. He
[must do so] because his work is best interpreted as
intended to forge moral principles from our firm beliefs,
and not to proscribe beliefs given a set of moral principles.
[Murphy] argues from our considered judgments rather than to
them. . . For example, Murphy cites our "simple but firmly
held" beliefs as supporting the potency of the
over-demandingness objection, and nowhere in the work can
one find a source of moral values divorced from human
preferences.
Murphy does not tell us what set of "firm beliefs" we ought
to have. Rather, he speaks to an audience of
well-intentioned but unorganized moral realists, and tries
to give them principles that represent their considered
moral judgments. Murphy starts with this base sense of right
and wrong, but recognizes that it needs to be supplemented
by reason where our intuitions are confused or conflicting.
Perhaps Murphy is looking for the best interpretation of our
convictions, the same way certain legal scholars try to find
the best interpretation of our Constitution.
This approach has disadvantages. Primarily, Murphy's
arguments, even if successful, do not provide the kind of
motivating force for which moral philosophy has
traditionally searched. His work assumes and argues in terms
of an inner sense of morality, and his project seeks to
deepen that sense. Of course, it is quite possible that the
moral viewpoints of humans will not converge, and some
humans have no moral sense at all. Thus, it is very easy for
the moral skeptic to point out a lack of justification and
ignore the entire work.
On the other hand, Murphy's choice of a starting point
avoids many of the problems of moral philosophy. Justifying
the content of moral principles and granting a motivating
force to those principles is an extraordinary task. It would
be unrealistic to expect all discussions of moral philosophy
to derive such justifications. Projects that attempt such a
derivation have value, but they are hard pressed to produce
logical consequences for everyday life. In the end, Murphy's
strategy may have more practical effect than its
first-principle counterparts, which do not seem any more
likely to convince those that would reject Murphy's premises.
I WANT OLD QUESTION PAPERS OR MODEL PAPERS OF CLERK POSTS
27
how to prepare for SBI Clarks
125
where i can find the previous question papers
40
hello friends ,
i want some sample aptitude question on english.
can anybody send me the questions on atonyms ,synonyms?
6
want to know about the group II previous papers
36
SQL> desc product1;
Name Null? Type
----------------------------------------- --------
----------------------------
PROD_ID NOT NULL NUMBER(38)
PROD_QTY NUMBER(38)
SQL> select * from product1;
PROD_ID PROD_QTY
---------- ----------
123 300
124 200
SQL> desc pmsales;
Name Null? Type
----------------------------------------- --------
----------------------------
PROD_ID NOT NULL NUMBER(38)
PMS_QTY NUMBER(38)
SQL> select * from pmsales;
PROD_ID PMS_QTY
---------- ----------
123 100
124 200
SQL> create view pmas_prod
2 as select p.prod_id,p.prod_qty,pm.pms_qty
3 from product1 p,pmsales pm
4 where p.prod_id=pm.prod_id;
View created.
SQL> update pmas_prod
2 set prod_qty=prod_qty-pms_qty;
2 rows updated.
SQL> select * from product1;
PROD_ID PROD_QTY
---------- ----------
123 200
124 0
SQL> insert into pmas_prod values(125,400,200);
insert into pmas_prod values(125,400,200)
*
ERROR at line 1:
ORA-01776: cannot modify more than one base table through a
join view
Q How can we insert into this table ?
43
Interview questions for library science
217
Respected Sir,
I heard that ssc exam is cancelled due to some reason. But
i want to ask am i capable for next new date exam & when
the new date will be declare. Are u send us new hall tiket
or we refer our old hall tiket?
12
Plz mail me some general english test papers which helps me
to face SBI clerical exam
why is a personnel function required in all organisation
and how applicable are business objectives to it
67
state two major differences between the practice of
personnel management and human resource management.
irrespective of these is practised what needs to be
measured?