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) SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
ESS,
1 5438WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
ESS,
2327Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
3 7080I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me
4361
How to connect a sql*plus session to an oracle server?
Explain a private synonyms?
how can we add a field to the oracle standard forms through Form Persanlization or custom.pll
How do I drop a collection in mongodb?
Explain what is analysis service repository?
What are the roles and responsibilities of oracle dba?
What is the “__v” field in mongoose?
Difference between the “verify” and “feedback” command?
What is ordbms with example?
How does sql store data?
Which is the best place or learning center for MS SQL?????In Bangladesh?????
What is self referencing foreign key?
What is difference between database and dbms?
What are the different tcl commands in sql?
What are the different technologies used to access Database from Visual Basic?