Which is the subset of SQL commands used to manipulate
Oracle Database structures, including tables?
Answer Posted / upendra
Data Definition language
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What do you understand by triggers?
What are the different types of Indexes available in SQL Server?
What are pages and extents? : SQL Server Architecture
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
What is data set in report?
Can you explain different types of locks in sql server?
Explain different types of lock modes in sql server 2000?
Do you know what is bit data type and whats the information that can be stored inside a bit column?
How to provide values to stored procedure parameters in ms sql server?
What is an identity column in insert statements?
What is a cache in ssrs?
What are cursors stored procedures and triggers?
What is statement level trigger?
What are the difference between primary key and unique key? : sql server database administration