Greens Technology - Excellence in IT training and Certification
Demo class Available
My training tends towards real time requirement as well as
interview / certification point of view.
About myself
I work as a Senior Oracle Applications Developer for a
Leading MNC in Chennai with 8+ years’ experience in both software development
and training.
Qualification: B.E., MIS (USA), PMP, OCM
My training benefits
·
My batch sizes are generally very
small size 8-9 members OR 1 to 1 also, so students receive direct, hands-on
training from us.
·
100% practical training only. It
is not a slide show training program / theory class program. At the end of
this class, definitely you will refer your colleagues / friends / relatives
for my training.
·
Conducting regularly
online- training for US peoples in all time zones (PST,CST,EST,HST,MST)
·
Installation of software’s in your
desktop / laptop will be done.
·
Continuous support is provided for
any of your on-site problems. Placement assistance will be provided and you
will be recommended to some of IT development firms
·
Will be provided self
evaluation testing software, exam simulator, dumps & books with this
training.
Products/Services for Greens Technology in Adyar, Chennai Oracle Developer / DBA / APPS Technical / Functional Software Testing / Manual / QTP / QC / Load RunnerDot NetJava / J2EEUNIX Shell scripting / Perl ScriptingDatawarehousingC, C++Ruby on RailsPlease reach out to me for any further clarification.
Fast track available
Contact: Dinesh Jaganathan
044-43511623 / 9840496320 / 9940516384
www.greenstechnologys.com
|
i want to know about Sql tuning sir.
ReplyDeleteWhat is oracle architecture;
ReplyDeleteHow to replace first occurrence of 'a' in a string?
ReplyDeleteselect substr('malayalam',1,((instr('malayalam','a',1,1))-1))||'b'||substr('malayalam',(instr('malayalam','a',1,1))+1,(length('malayalam'))-(instr('malayalam','a',1,1))) from dual;
In a string last three character should reverse?
ReplyDeleteselect substr('malayalam',1,(length('malayalam')-3))||reverse(substr('malayalam',(length('malayalam'))-2,3)) from dual;
String last three character should reverse?
ReplyDeleteselect substr('malayalam',1,(length('malayalam')-3))||reverse(substr('malayalam',(length('malayalam'))-2,3)) from dual;
How to replace first occurrence of 'a' in a string?
ReplyDeleteselect replace((substr('malayalam',1,instr('malayalam','a',1,1))),'a','b')||substr('malayalam',(instr('malayalam','a',1,1))+1,(length('malayalam'))-(instr('malayalam','a',1,1))) from dual;