Types of indexes. What is the default key created when a
primary key is created in a table ?
Answer Posted / sdp
A unique index is created when a primary key is created in
a table.
Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
how to include comments in sql statements? : Sql dba
difference between anonymous blocks and sub-programs.
how to dump a table to a file with 'mysqldump'? : Sql dba
How do I write a sql query in pgadmin 4?
What is update query?
what is the difference between a having clause and a where clause? : Sql dba
Is full outer join same as cross join?
How do you go back in sql?
tell me about various levels of constraint. : Sql dba
what is “go” in t-sql? : Transact sql
Which command is used to call a stored procedure?
What are the advantages of stored procedure?
Which is the correct statement about truncate and delete?
What is coalesce sql?
Explain polymorphism in pl/sql.