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 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 2978Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
IBM,
2 6176I 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 4044Hi, 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 5038write 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 5375wirte 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 13616write 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 7848
How does Tuple-oriented relational calculus differ from domain-oriented relational calculus
What is 2nf in dbms?
What is bit data type?
What is Segment Advisor in Oracle?
What is the importance of concurrency control?
Why mysql is used with php?
How to delete node neo4j?
can we use transformer in datastage without any input link?
How long does it take to create an index on a large table?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
Can you explain full-text query in sql server?
What are the standard concurent programs for auto invoice interface and customer interfaces? : oracle accounts receivable
What do you mean by super key, primary key, foreign key and candidate key?
What is difference between pdo and mysqli?
Why do we use materialized view instead of table or views?