how many tupples can insert in 1 second in sql
Answer / rupali
Its all depend upon network, table structure, server load
| Is This Answer Correct ? | 4 Yes | 0 No |
How do I view a sql trace file?
What is sql and db2?
write a query to delete similar records in same table
write a procedure to find top second no from a list of numbers
What are the types of operators available in sql?
4. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;
How do I write a cron which will run a sql query and mail the results to agroup?
How do I partition in sql?
select 1,col1,col2 from table1. output?
Fetch an entire row from the employees table for a specific employee ID:
What are all the different normalization?
What is difference between cursor and ref cursor?
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)