Write a procedure to return the month and the number of developers joined in each month (cursor )
2 9515RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
1 3350i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
2098How to create a custom T-code tell me the procedure How to add an authorization object for that custom t-code If any authorization object has been modified in SU24, how it will be effected in the system? If u has issue like add one AO in 50 roles what would u do? (If all 50 are single roles)? What is rule? What kind of reports does perform at the R3 level?
2 13578If any machinery or transmission needs periodic and regular lubrication what is the best method to give it?
2 29191Practice 1: Changes to data will only be allowed on tables during normal office hours of 8.45 in the morning until 5.30 in the afternoon, MONDAY through FRIDAY. A. Create a procedure called SECURE_DML that prevents the DML statement from executing outside of normal office hours, returning the message: “you may only make changes during normal office hours” b. Create a statement trigger on the PRODUCT table which calls the above procedure. c. Test it by inserting a new record in the PRODUCT table.
1 11683Most memorable Moment....My Name is Shakeel Ahmed I want Good Answer In ths Topic ...& I want Good & Latest Call Centre Interview Questions Answers Latest Pla Rep me ASAP...
2 6408Post New Tech Mahindra Interview Questions
Is there a way to compare two word documents?
What does a microprocessor mean?
What is recall?
How we can create multilingual site. Which module have been used?
How do you write a test class for WS?
What is component diagrams in UML?
What is difference between tmap and tjoin compoents?
What are styles?
What is the difference between validated and compiled in the datastage?
What are Selectors in UiPath?
How thread scheduler schedule the task?
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
Please define ohm’s law for a.c (alternating current)?
How do I start apache on centos?
How do I make it so that code runs when the security system is stopping it?