Oracle (3253)
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) 1.In a table Gender is a column in that male and female are the two data.In a single statement i have to modify all male to female and all female to male vice versa. 2.In a single query i need the count of male data,count of female and total count
HP,
3 17794Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
2 6217hw you create table in sql using existing table and variable should be in specific order given ex : in old table empid empname empsal empage empbirthdate empaddrs like is there in new table we need it as EX: exmpname empage empaddrs empid empbirthdate like we want hw we create this as a table not view or nt reporting
2 4213why should i declare foreign key constraint as self relation instead of binary relation in tables ?
2094What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
1 4688
what is a view? : Sql dba
How to use "out" parameter properly?
Explain the cube operator?
Do you know what are the reporting services components?
What are the set operators union, union all, minus & intersect meant to do?
How to write a query with an inner join in ms sql server?
Differentiate between pl/sql and sql?
What are actual parameters and formal parameters?
What is a user-defined function in the sql server and what is its advantage?
Use of an integrity constraint is better to validate data. Explain
Mention a query to add email validation to your database
What is the maximum number of records in mysql table?
What are the drawback of rdbms?
How do I add another column in postgresql?
How to use "in out" parameter properly?