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) I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30
DELL,
13 19582i have cleared the nic test...please send me the interview questions if anyone have them.... my email id is v84priya@gmail.com
NIC,
1891how to display only 4 records from a table based on a condition for ex i have a table called products in that nid,prodname are fields i want to display only any 4 records of perticular product plz tell me
6 7446i have table students with fields classname,studname select * from students classname studname 1 xxxxx 1 yyyy 1 zzzz 2 qqqq 2 tttt 3 dsds 3 www i want the output should be No of students in class 1 : 3 No of students in class 2 : 2 No of students in class 3 : 2
5 9944
How many rows ms access can handle?
When you should use a low fill factor?
What is open client in sybase?
What is 2nf and 3nf?
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
Explain bcnf (boyce-codd normal form)?
Why is rdbms important?
What is aws aurora postgres?
How to sort the rows in sql.
How can we collect the statistics of different database objects?
What is Multivalued dependency?
How we can create an index in mongodb?
What is meant by <> in sql?
How to pass parameters to procedures in oracle?
How to list all columns in a table using odbc_columns()?