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 17790Given 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 6212hw 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 4209why should i declare foreign key constraint as self relation instead of binary relation in tables ?
2092What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
1 4686
What is the difference between writing data to mirrored drives versus raid5 drives
Can unique keys be null?
Can I run multiple instances of sql server 2000 at the same time on one computer?
what rules exist regarding format, content, flame wars, etc
What are subquery and its properties?
What is insert query in mysql?
How can you check the version of sql server?
What language is mysql written in?
How many primary keys can a table have?
Explain about recursive stored procedures?
Why should we go for stored procedures? Why not direct queries?
what is asm?
What are the different types of columns types constraints in the sql server?
Can you explain the select into statement?
What is a sequence? Explain it with one example?