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) TABLE A TABLE B EMPNO ENAME EMPNO ENAME 1 A 1 A 2 B 2 B 3 C 3 C 4 D 4 D 5 E 5 E 6 F 7 G HOW TO GET THE UNMATCHED RECORDS IN SQL QUERY?
10 13594write a pl/sql function if enter a value=0 then output value=1 and vise verse with out using if and case statements.
3 8136ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.
1 5060take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...
9 12192A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
3 5550
Will sql server 2005 allow you to reduce the size of a column?
What are the main differences between 11.x and 12.x versions of sybase?
How do I run mysql without installing?
Can you rollback after commit?
How do I run a sql query?
What is mysql root?
How to add new employee details in an employee_details table with the following details
Explain about managing data tasks?
what is error ora-03113: end-of-file on communication channel?
What is @@error in sql?
What is main function of database administrator?
How to receive returning result from a query?
You want to implement the many-to-many relationship while designing tables. How would you do it?
define sql insert statement ? : Sql dba
what is self join and what is the requirement of self join? : Sql dba