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) What is the difference between the following two sql
statements
select count(*) from
What are the advantages of using stored procedures? Please don't simply say compilation time will be saved as they are already complied. Please specify some other advantages.
3 64041:-How to write to update command in a procedure in oracle which update two different table at a time 2:-How to write the select command in a procedure in oracle which give multiple records
1 4996I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
3332In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
1907What is the difference between SQL Constraint and PL/SQL constraint.Pls give all the constraint name.
TCS,
3 8653
Can you redefine a table online?
List types of tables in SQL Azure?
What are the characteristics of data in the database?
Explain the collation?
How do I show users in mysql?
What is the equivalent of oracle/db2 coalesce function in sybase?
What is a raid and what are different types of raid configurations?
Is it possible in sql table to have more than one foreign key?
What is innodb_buffer_pool_size?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
How do I install mysql on windows 10 64 bit?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
when would you go for denormalization? : Sql server database administration
How many control files should you have? Where should they be located?
What are different types of data models available? Explain with example?