how to create a primary key with out creating an index?
Answer Posted / bhargavi
Primary key creates an Index implicitly.....so Its not
possible to create a Pk without am index....
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
how to enter binary numbers in sql statements? : Sql dba
What are triggers and its types?
What is autocommit sql?
What is exit statement?
What is the maximum rows in csv?
what are the type of locks ? : Sql dba
What are sql*plus environment variables?
Can you rollback after commit?
What is the difference between function, procedure and package in pl/sql?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
Write a sql query to find the names of employees that begin with ‘a’?
What is a temporal data type?
What is aggregate function in sql?
What is information schema in sql?
Is it mandatory for the primary key to be given a value when a new record is inserted?