Answer Posted / anil.sts
it means the impact of front end operations on the backend
tables that is the data validation and the data integrity
(i.e the opetations like inserting, and updating and
deleting whatever the operations that should affect in the
backend tables)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which date function is used in the vbscript language to find the difference between the 2 dates?
Why is the use of exit do or exit for statements within loops discouraged?
Which in-built function related to an array joins substrings into one string in the vbscript language?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
how to write validation function for date in vb script
What is dictionary object in vbscript? Explain?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Out of the different type of operators, which are evaluated first and last in the vbscript language?
How to create a function in vbscript?
How to pass argument by reference to a function in vbscript?
What are class properties?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
How regexp.execute method works?
Explain about constants in vb script?