Search:

Type: Posts; User: tsanthi; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    8
    Views
    14,661

    Oracle Re: oracle

    Hi,
    The Function should return a value and u can use the function as part of your SQL statement.
    Where as Procedure, we can not use as part of SQL statement. By using the Out Params u can get...
  2. Oracle Re: Can I get 1st and last letter of emp name same time

    Hi

    u can get the first and last letter from a column by using :
    Select substr(<colname>,1,1)||substr(<colname>,length(<colname>),1) from <TableName>

    Mutating tAble Error will come mainly in...
  3. Answers
    3
    Views
    4,220

    Web Tools Re: Kindly explain the difference

    Hi

    Dll is faster WRT exe, because dll runs within the same process space of its client
    where as exe runs on its own process space.

    Difference :-
    1. Dll is faster than exe
    2. dll is...
  4. Answers
    1
    Views
    5,424

    ASP.NET Re: Option Explicit

    Hi
    The Importance of Option Explicit in ASP is to avoid the usage of misSpelling variables .
    For ex:
    <%
    sEmpID = request.form("TxtEmpID")
    sEmpName = request.form("TxtEmpName")

    response.write...
Results 1 to 4 of 4
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