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) how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
TCS,
2 5062what are the tunnig tables you used for tuning a query and tell me some of coloumns in that tuning tables?
1 9319we have a package and we have grants to execute that package inside of that we have table, here we don't have privileges to this table? whether this package will execute or not?
TCS,
3 8886you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??
2 5860when i declare date data type in sql ,i inserted the date 22-10-2012,but my result is in different date 1894-07-11 any one pls help me what's wrong in my query Create table orders(od_id int,od_name varchar(10),od_date date) insert into orders values(1,'sai',22-10-2012) and any one pls suggest what i can learn for 3 years real time experenice in sql because i am looking for database field
1 3286
What program will open a mdb file?
What is full join in sql?
How many null values we can have in a unique key field in sql server?
What are the syntax and use of the coalesce function?
What is the difference between 3 tier and 3 layer architecture?
What do you know by pl/sql cursors?
how to write the sub-queries in odi?
What is the data type of dual table?
Is mongodb relational database?
What are the types of joins?
what are all the different types of indexes? : Sql dba
What is acid db?
What is difference between schema and table?
How real and float literal values are rounded?
what is oracle database ? : Sql dba