Answer Posted / nisith ranjan samal
Yes,you can create primary key without creating unique index.
Alter table table_name add constraint constraint_name primary key(colum_name) disable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the different between now() and current_date()? : Sql dba
What is dba in sql? : SQL DBA
Explain exception handling in pl/sql?
What do you understand by exception handling in pl/sql?
How to execute a stored procedure?
what are dynamic queries in t-sql? : Transact sql
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
what is dbms? : Sql dba
what is the difference between inner and outer join? Explain with example. : Sql dba
what is a trigger? : Sql dba
Is a foreign key always unique?
How do I sort a table in sql?
What are records give examples?
What is the difference between join and natural join?
how to convert character strings to dates? : Sql dba