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) consider a table which contain 4 columns,ename,eno,sal and deptno, from this table i want to know ename who having maximum salary in deptno 10 and 20.
24 30624While connecting to Oracle Db i am getting the following error message- ORA-12154: TNS:could not resolve the connect identifier specified what are the steps to solve this problem?
IBM,
4 7188We have one Package(which has many function/procedures, SQL quires etc). Now we need to check, which query or procedure is taking lot of time in that Package. ? How do we do it.
IBM,
2 7161After using delete statement in sql query to delete some records...to retrieve the deleted records we can get using rollback command but till that where it stores means particular location name i need....(after deleting and rollback )
3 12886if we have a column (Key) in a table. and values of that column is Key 1 1 1 2 2 3 3 4 4 5 5 5 and we want to show the data after query..like.. 1(3) 2(3) 3(2) 4(2) 5(3) how many times a single term comes..
3i Infotech, Rolta, TCS,
17 19252I am Having tables T1 and T2 both having same data how to check (or) compare the data in both table are same?
3 6317I am having table Title with TITLE id,Author ID, Publiser ID , table AUTHOR with Author ID, Author Name, table PUBLISER with Pub ID, Pub name Here hot to find out the publiser id who have relesed the books of patriticular author?
3 5270Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
HCL,
1961
What is difference between sql and rdbms?
What is restrict in sql?
What is secondary or slave in mongodb?
How to turn off warning messages during php execution?
How do I check mysql version?
How does cross join work?
What Is Rdbms?
Explain different backup plans?
Why mongodb is required?
List the different types of collation sensitivities in sql server?
Difference between truncate, delete and drop commands?
What is mdf ldf and ndf?
What is odm database?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
In what condition is it good to disable a trigger?