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 3084How 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.
1349i 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
1582how are rank and dense rank being alloted for column with same values over a particular column
1 2399Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
1269
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
Explain what are the advantages of views?
Can we store pdf files in mysql?
How do I set ts role in order to run certain dbccs?
How do I create a new database in mysql?
How to create table with timestamp in postgres?
What are the two types of data independence?
What is page in sql server?
How to access postgresql database from another machine?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Explain the structure of pl/sql in brief.
How do I open the query tool in pgadmin?
What database should I learn first?
Explain bcnf (boyce-codd normal form)?