when do u go for hash partitioning?
Answer / sathish
when ever we retrive the data according to the name based
(data type varchar2 )
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between an Oracle Schema and an Oracle Instance?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
what is reindexing?
Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here
How do we get field details of a table?
Point out the difference between user tables and data dictionary?
Difference between cartesian join and cross join?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
Explain a private synonyms?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
What is difference between UNIQUE constraint and PRIMARY KEY constraint ?