adspace
Answer Posted / Sushant Panigrahi
Yes, you can create a table without a primary key in SQL and PL/SQL. However, it is generally considered poor practice as tables without a primary key lack a unique identifier for each row.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a cursor is open, how can we find in a pl/sql block?
Is primary key always clustered index?
Is inner join faster than left join?
what is dbms? : Sql dba
What is the current version of sql?
how to escape special characters in sql statements? : Sql dba
What is the best sql course?
What is your daily office routine?
How do I remove duplicates in two columns?
Do we need to rebuild index after truncate?
how to start mysql server? : Sql dba
what is sql server agent? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
What is the current version of postgresql?
Can we use distinct and group by together?