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) have table with two columns with datatypes as number and varchar and the values in A column like 1,2,3 AND B column values like a,b,c. now need to display data in a single column as 1,a,2,b,3,c.
8 14723nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
2265Can anybody tell which is the best training institute for learning Oracle in chennai...? And i also i want placement assurance
1 4144how to get rank of diffrent student in same table based on newly inserted row in sql server2008
ABC,
4 8352i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
3046
How do I know if mongodb is installed?
Difference between table function and pipelined function?
What are the different type of replication in sql server?
What is the meaning of disabling a trigger?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
Explain user defined functions?
Are stored procedures compiled?
What is the purpose of a table?
what are ddl statements in mysql? : Sql dba
What is the purpose of using pl/sql?
What is postgresql dba?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
Transactions are used to treat sets of SQL statements atomically. State Whether True or False?
Describe the difference between embedded and dynamic sql.
I assigned a primary key to my table in microsoft access, I was expecting my data to be sorted. Is that a right approach?