Answer Posted / mohan
Exclusive locks, Share locks
| Is This Answer Correct ? | 125 Yes | 20 No |
Post New Answer View All Answers
What is difference between rank () row_number () and dense_rank () in sql?
What does seeding a database mean?
Describe sql comments?
How do I quit sql?
Why do we need unique key in a table?
Is it possible for a table to have more than one foreign key?
What is serial sql?
What is plpgsql language?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
how can you see all indexes defined for a table? : Sql dba
What is update query?
Why do we use triggers?
Is the primary key an index?
What is normalization in a database?
Can we use pl sql in sql server?