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) Why you are not able to create a table using select command,if it is having a LONG column? for eg:create table test as select * from test1 here test1 containg a column having LONG datatype...
1 6686Say if we have a table that contains only a single column , say OrderID, which has IDENTITY attribute defined on it. So how can we insert data in this table. I am reframing my question, that how can we make the table to increment the column "OrderID" value several times???
3 6839How to delete same emp id in sql query for exmaple in emp table emp id, empname, emp address. for example emp id =5, repeated in two times in rows same id how to delete same empid please any one of the write query send in my id
CGCI,
8 16710
How can I check that whether automatic statistic update is enabled or not?
what is the last version,the release date of that version and fix pack of ibm db2 udb?
What is the difference between for xml raw and for xml auto?
What are the properties of the transaction?
What are the different subsets of sql?
How can we solve concurrency problems?
how to start mysql server? : Sql dba
How can you append an identity column to a temporary table?
What is the difference between case version and decode version?
What is the current mysql version?
Equi join and non equi join is possible with sql server?
Why and when do stored procedure recompile?
How to enter binary string literals in ms sql server?
What are the steps in creating a database?
what is bcp? When does it used? : Sql dba