answersLogoWhite

0


Best Answer

verify on show the old value and the new value foe example : SQL>SET VERIFY ON SQL>SELECT empno,ename,sal,deptno FROM emp where empno = &employee_num; Enter value for employee_num: 7369 old 1: SELECT empno,ename,sal,deptno FROM emp where empno = &employee_num new 1: SELECT empno,ename,sal,deptno FROM emp where empno = 7369 EMPNO ENAME SAL DEPTNO ---------- ---------- ---------- ---------- 7369 SMITH 800 20 SQL>SET VERIFY OFF SQL> SELECT empno,ename,sal,deptno FROM emp where empno = &employee_num; Enter value for employee_num: 7369 EMPNO ENAME SAL DEPTNO ---------- ---------- ---------- ---------- 7369 SMITH 800 20

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is set verify on in sql?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the three update commands in sql?

The three update commands in SQL are SET, WHERE, AND FROM.


How set inclusion operator is implemented in sql?

hyghghghghgh


What procedures?

It is a saved set of SQL commands that can be run by the user.


What are the disadvantages of QBE?

It is harder to set up than SQL


What is domain in SQL?

A set of possible data values is called Domain.


What are stored-procedures?

It is a saved set of SQL commands that can be run by the user.


What is join in sql?

join combine the two table to gv a resultant set


Which SQL keyword is used to sort the result-set?

Order ByIt's correct or not


What does an SQL join combine?

A SQL join clause combines records from two or sometimes more than two tables in to a database. This creates a set that can be used as it is or can be saved as a table.


What is SLQDBA?

A typo.... it should be SQL DBA. SQL stands for Structured Query Language, which put simply, is the language that can talk to many forms of databases. and DBA is a DataBase Administrator. So a SQL DBA is a person that can set-up, develop, and maintain databases.


What is the difference between triggers and cursor in sql server?

In SQL Server, a cursor is the actual set of records retrieved by a query. Once declared as a cursor, the set of records can then be manipulated one by one. A trigger is a set of statements that is set to execute only when a certain action occurs, for example, whenever the last name on a table is updated.


The process of designing and creating a set of database tables that avoids redundancies and anomalies is known as?

SQL