Can you create a table with Primary Key not as the clustered
index.
Answers were Sorted based on User's Feedback
Answer / guest
Yes you can create a table with the clustered index on any
column. This must be done at the time of creation of the
table.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / nrapendra singh
function overloadding is allowed in pl sql .we can creete
multiple sp of same name but paramerter should be different.
Is This Answer Correct ? | 4 Yes | 2 No |
write a query to delete similar records in same table
What is primary and foreign key?
Is time a data type in sql?
what is the correct way of selection statement a. select/from/table_name/orderby/groupby/having b. select/from/table_name/groupby/having/orderby
5 Answers HCL, JPMorgan Chase,
Can we insert data in view?
How do you modify a column in sql?
Hi, Can anybody please explain me the flow of the below query. I am not able to understand how this query works. This query is for finding the Nth highest salary.. SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal); If N = 2 then second highest salary will be the o/p. If N = 3 then third highest salary will be the o/p. and so on.. Thanks, Nitin
5 Answers Deloitte, Ness Technologies,
what is 'mysqlimport'? : Sql dba
why we go for package? what are the advantages of using instead of seperate procuderes or functions
What is a composite primary key?
How do you use join?
How many times can we commit in a loop?