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)
Is primary key indexed by default?
Is primary key clustered or nonclustered?
What is SQL Azure?
How many concurrent programs you have customized, can you name some of them?
What command must you use to include the not null constraint after a table has already been created?
Explain about the difficulties faced by the database developer in implementing pre compiled statements?
What is plan freezing?
How do you exit a database?
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
What are different functions in sql?
How to insert dynamic values in mysql using php?
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
How do I run a sql query?
Create table employee (eno int(2),ename varchar(10)) ?
Mention what plvcmt and plvrb does in pl/sql?