Search:

Type: Posts; User: chandra.pc; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: Flat File

    by chandra.pc
    Answers
    5
    Views
    3,849

    Oracle Re: Flat File

    It is standard O/S File.
  2. Answers
    5
    Views
    7,800

    Oracle Re: Joining Two Tables and Retriving Data

    Use Right Outer Join.U get the result
  3. Answers
    5
    Views
    15,236

    Oracle Re: Order By Day Of week

    SELECT *
    FROM <table-name>
    ORDER BY TO_CHAR(datecolumn,'D');
  4. Oracle How To get First,middle and last name from a column?

    Hi friends, i have one problam,please give me the solution. I have column in a with name.now i want to select that names as first name,second name,third name. I/p---- names chandra sekhar balaji....
  5. Answers
    4
    Views
    4,185

    Oracle Re: Cursor for loop

    It comes under Implicit Cursor.
  6. Oracle Re: is it possible to call a procedure (with commit and rollback stmt) inside a trigg

    Yes,It is possible by using AUTONOMOUS_TRANSACTION.
  7. Answers
    6
    Views
    3,779

    Oracle Re: like expression

    SELECT ename
    FROM emp
    WHERE SUBSTR(ename,1,1) IN('A','B','C',-----------'K');
Results 1 to 7 of 7
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact