Can I create table without primary key?
Answer / 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 |
What does dml mean?
..........refers to the disk mirroring
What is the current version of postgresql?
trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output trans_id trans_date trans_amt debit_credit_indicator 001 JAN 1599 cr no.of trans 2 i want trans_id and trans_date like 'JAN' or 'FEB' etc, trans_amt i want all credit amount - debit amount per each trans_id. and debit_credit_indicator and no.of transactions in a month.
What type of join is sql join?
Can I create table without primary key?
Show the cursor attributes of pl/sql.
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What is database white box testing and black box testing?
What is difference between group by and partition by?
What are the syntax and use of the coalesce function?
what is a cursor
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)