Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) I have following column in the table. col1 1 a b c 2 3 d and I want to display it as num chars 1 a 2 b 3 c 4 d numbers in one column and letters in another column.
1 3012How we get all_group_function's(Sum,avg,count,max and min_value of a column(Sal) Using pl/sql anonymous block, with out using group function's.
You shouldn't use more than one select statement in entire the program.
Like cursor c is select * from
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
1306i 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
1547how are rank and dense rank being alloted for column with same values over a particular column
1 2286Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
1232
Explain the primary key?
How to pipe multiline string to isql?
What is the quickest way to export a table to a flat file?
Mention what are the file storage options provided by oracle database for oracle rac?
what are constraints? : Sql server database administration
How does one use sql*loader to load images, sound clips and documents? : aql loader
how would you check that a given index is consistent and has no corruption? If corruption occurred on a database what would your process be?
What is the Cdc?
What is the best free database?
Where is sql database stored?
What is cursor in pl sql?
You want to delete a table in sybase. How would you do it?
Can we use views in stored procedure?
What is third normal form?
What are the uses of merge?