Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    5,184

    SQL Re: Query to get common records

    Hope the query below is fulfilled your requirement.

    insert into output(select e.eno,e.ename,e.deptno from emp e,dept d where e.deptno=d.deptno)
  2. Answers
    10
    Views
    6,628

    Oracle Re: How to add values to other columns

    Alter is a DDL command,you can not manipulate the table using alter. Need to use either update or insert into query to fill other column values.
  3. Oracle Re: How much constraints can a table with 100 columns have

    You can have any number of constraints.There is no restriction in that.
Results 1 to 3 of 3
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