Answer Posted / ankush
Data integrity refers to the validity of data, meaning data
is consistent and correct.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is clause? : Sql dba
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
How do I tune a sql query?
Which software is used for pl sql programming?
What is set transaction?
What is dbo in sql?
How do you use collections in procedure to return the resultset?
Which is better trigger or stored procedure?
Can we use loop in sql?
What is #table in sql?
Is json a nosql?
How many types of keys are there in sql?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
What is a sql profiler?
How can I get the number of records affected by a stored procedure?