What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
No Answer is Posted For this Question
Be the First to Post Answer
What is sql keyword?
What are the benefits of pl sql?
How do I enable sql encryption?
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
can we create index on index?
what is 'mysqldump'? : Sql dba
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
Which is faster count (*) or count 1?
What are local and global variables and their differences?
What are crud methods?
If a procedure within a package is invalidated whether the entire package will be invalid and has to be recompiled again?
How to call shell script from pl sql procedure?