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) 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 17641Given 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 6111hw 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 4110why should i declare foreign key constraint as self relation instead of binary relation in tables ?
2043What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
1 4594
Plz send me Oracle Pl/Sql [1z0-147] dumps to this mail? sivakumarr1987@gmail.com
What is the difference in accessing db between sql server vs sql azure?
What are pl sql procedures?
Explain the difference between drop and truncate commands in sql?
what is unique key constraint? : Sql dba
Can I install mysql on mac?
What is maintaining database?
What are the disadvantages of a query?
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
What are joins in sql?
Where can you get a list of all initialization parameters for your instance? How about an indication if they are default settings or have been changed?
What happens if null values are involved in boolean operations?
What are the functions used to encrypt and decrypt the data present in mysql?
How to control the max size of a heap table?
What is the use of sp_helprotect in sybase?