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) In the below example, how many String Objects are created? String s1="I am Java Expert"; String s2="I am C Expert"; String s3="I am Java Expert";
1 1357
How do I rename a table in mysql workbench?
What are security principals used in sql server 2005?
what are the informix isolation levels and can you explain each one ?
What are the basic functions for master, msdb, model, tempdb and resource databases?
How to load excel data sheet to oracle database
Difference between primary key and clustered index?
Can a commit statement be executed as part of a trigger?
Which sql statement is used to delete data from a database?
What happen when we delete the table using trigger?
How to connect to a remote server?
How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?
What are alternatives to mongodb?
Explain the creation and execution of a user-defined function in the sql server?
How to delete the repeated records from a table?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?