i have very poor memory......just now i completed my
degree.....i thought of doing I.A.S......can u pls suggest
me....which institute is best and how much fees they wil
ask.....
I applied for sbi po Exam.......pls anyone guide me how to
prepare for the exam......and aslo pls send me the past 10
yrs question with solved answer....and also have one doubt
from previous year question paper whether we wil get same
question.....my mail id jantony1970@gmail.com
state two major differences between the practice of
personnel management and human resource management.
irrespective of these is practised what needs to be
measured?
what did you understand is the purpose of business
objectives and how are these influenced by a study of
PESTLE and affected by a considersation of SWOT
7 technical & 5 lifestyle question ..
Technical or NOn tecnical / Programmer or other ( Explain
tht)
describe yourself,with keyskills , specialisation ,
qualification
, experiece in 120 words ( 4 mins )
what is ur importance
what profit will company gain from u , by appointing you as
an employee
what is your dreams & desire ,expectation of current
salary ?
why you get select ? why we make you part of our company ?
which company , his the company towards whom microsoft
looks micro in IT a) IBM , b) EXL , c) SoftwareCoder , d)
Parrot
" which location u can work in ur state,country .... or in
any part of world
when we can get the result of state bank of india clerical
recruitment written examination reults that is on 10 feb
2008????? please send the answer......
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 ?
19
I would like to know the procedure of enterance test for
the position of HR manager at IOCL.