how to create a primary key with out creating an index?

Answer Posted / vinoth

ALTER TABLE EMP ADD CONSTRAINT EMP_PK PRIMARY KEY(EMPNO)
DISABLE;

Primary key constraint is created and no index is created
since the constraint is disabled initially.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the sql versions?

524


What is cold data?

507


Can you selectively load only those records that you need? : aql loader

615


What is trigger in sql and its types?

538


How is a process of pl/sql compiled?

603






how to enter numeric values as hex numbers? : Sql dba

572


Is trigger a stored procedure?

510


Which table is left in left join?

531


Is it possible to read/write files to-and-from PL/SQL?

657


what is the syntax for using sql_variant_property? : Transact sql

535


Why do we use view in sql?

538


How do I view output in sql developer?

578


Why we use cross join?

543


What is sql not null constraint?

609


What is parallel hint?

751