Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising

PL/SQL TCL COMMANDS

PL/SQL Transaction You can use the COMMIT, ROLLBACK, SAVEPOINT, and SET TRANSACTION command to control the transaction. COMMIT : COMMIT command to make changes permanent save to a database during the current transaction. ROLLBACK : ROLLBACK command execute...

Read more

Advertising

LOB types in PLsql

LOB data types used to store large objects such as image, video, graphics, text or audio. Maximum size is up to 4 Gigabytes. Following are the LOB data types in PL/SQL: BFILE BFILE data type is used to store large binary objects into Operating System...

Read more

SQL Server Interview Questions and Answers

Question: What is NO COUNT used for? Answer: It’s used to check whether the sql statement executed successfully or not. When no count is on than this message will not return and while it off then sql server returns the message. Question: What is SET ANSI...

Read more

Advertising

What is SQL Profiler?

What is SQL Profiler? SQL Profiler is a tool that captures SQL Server events from the server and saves those events in what's known as a trace file. You can then analyze or use the trace file to troubleshoot logic or performance problems. You can use...

Read more

What is full outer join? *

What is full outer join? * The Full Outer Join logical operator returns each row satisfying the join predicate from the first (top) input joined with each row from the second (bottom) input. It also returns rows from: The first input that had no matches...

Read more

Advertising

Database Tuning Advisior in sql server

Database Tuning Advisior Database Engine Tuning Advisor analyzes a workload and the physical implementation of one or more databases. A workload is a set of Transact-SQL statements that execute against a database or databases that you want to tune. Database...

Read more

<< < 10 20 30 31 32 33 34 35 36 37 38 39 40 > >>