Oracle (3253)
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 3191How 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.
1398i 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
1635how are rank and dense rank being alloted for column with same values over a particular column
1 2498Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
1304
List the ways in which dynamic sql can be executed?
How do I add a column to a table in mysql?
How to do clean up if create database failed?
What is the most important object in an access database?
Define views.
How to create an oracle database manually?
Discuss transparent DBMS?
Explain what are the authentication modes in sql server?
How to retrieve data from multiple collections in mongodb?
What is crud diagram?
What is sql select statement?
How can you count the total number of records of any table?
Explain about sybase 365?
What is use of except clause?
What is distributed queries?