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) What is user defined functions?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
How do I do transactions/locking?
What is BCNF? How is it better than 2NF & 3NF?
How to throw custom exception in Stored Procedure?
What is data type in database?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
what are all types of user defined functions? : Sql dba
If a column is an image value type, how you can compare column values? How can you use this column in join clause?
How many types of km's? And you what are the type's km are used in your project?
What are crud methods?
What is meant by query optimization?
What data structure does mysql use?
What kinds of responsibilities does a dba have in a database environment?
Why use stored procedures in sql server?