How many LONG columns are allowed in a table?
Post New Answer View All Answers
What is synchronized subquery?
what is a trigger in mysql? : Sql dba
How do I run a sql script?
What is faster join or subquery?
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
What is the source code of a program?
What is %rowtype in pl sql?
What are the types of operators available in sql?
Does a primary key have to be a number?
Does sql between include endpoints?
How can we solve sql error: ora-00904: invalid identifier?
What are the operators used in select statements?
Does pl/sql support create command?
What is sql partition function?
In what condition is it good to disable a trigger?