Search:

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

Search: Search took 0.01 seconds.

  1. Answers
    4
    Views
    11,160

    SQL Re: How to use revoke and grant in sql commands

    Try this..
    grant select on sutdent2 to satish;
    revoke select on student2 from satish;
  2. Answers
    3
    Views
    4,375

    SQL Re: save some text data in SQL

    Its very simple
    after login in sql,
    sql>spool d:sambu\txt and then press enter.
    Now spool is on and before you logoff you need to spool off.
    spool off;
    All date you can see in the D drive with...
  3. Answers
    12
    Views
    44,478

    Oracle Re: Add a new column to a table and insert values

    Alter table dept
    add (ename varchar2(10));

    For insert the value in ename colomn,

    Insert into dept (ename)
    value('Deepa');
    Try this. I think you will getting u r answer.
  4. Answers
    20
    Views
    36,893

    SQL Re: Insert new column in the middle of a table

    Insert a new colomn in middle of the table is not possbile.
  5. SQL Re: Can Select statement be used along with Update statement?

    Yes , You can use..
  6. SQL Re: Delete duplicate records without using "rowid"

    I think this is not possible in Oracle.
  7. Answers
    371
    Views
    381,151

    Re: Oracle Interview Questions Free E-Book

    Thanx a lot.
Results 1 to 7 of 11
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