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) I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
1 3043Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
IBM,
2 6277I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
IBM,
2 4162Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
IBM,
2 5163write a query filter the null value data following source? name age john 30 smith null null 24 sharp 35 i want output name age john 30 sharp 35
TCS,
1 5462wirte a query to remove null? following table are col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output like col1 col2 col3 dinesh suresh prkaesh
TCS,
6 13828write a query to remove null following table are id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output format like id name 101 dinesh 102 suresh 103 prakesh
TCS,
3 7982
Write the command to remove all players named sachin from the players table.
What found sql?
What are the basic functions for master, msdb, model, tempdb databases?
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
What is schema in mysql?
How does index help in query performance?
Is primary key indexed by default in postgres?
In case you have filters in your report, when filters will be applied in cached report instance?
How to remove duplicate rows from table except one?
What are the steps you will take to improve the performance of a poor performing query?
Can a unique key be a foreign key?
What do you do in data exploration
What are the various types of snapshots ?
Where not exists in sql?
Disadvantages of the indexes?