answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Using the Index Validation role you can?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is theDifference between concurrent and prospective validation in pharmaceutical?

If a validation study is conducted before placing a product in the market, then it is called prospective validation. If a product is placed on the market during the validation study, it is called as concurrent validation.


Does HTML code work in java script?

Yes it does. That is how client side validation of html control is possible using javascript


How can you use validation in a sentence?

The figures needed validation before the accounts could be done.


Write a program in C plus plus to store 100 element within array and find the particular element if exist?

#include<iostream> #include<iomanip> #include<time.h> template<typename T> size_t find(T& data, T a[], size_t size) { size_t index=0; do { if(a[index]==data) break; } while(++index<size); return(index); } template<typename T> void print(T a[], size_t size) { using std::cout; using std::endl; using std::setw; size_t index=0; do{ if(index&&index%20==0) cout<<endl; cout<<setw(3)<<a[index]; }while(++index<size); cout<<endl; } int main() { srand((unsigned)time(NULL)); const size_t size=100; unsigned int a[size]; size_t index=0; do{ unsigned int data=rand()%100; do{ data=rand()%100; } while(find(data,a,index)<index); a[index]=data; } while(++index<size); print(a,size); }


How can you validate the name using HTML?

In earlier versions of HTML, validation could be done only by JS. However, we can do it inbuilt by required attribute in HTML5.

Related questions

What are the advantages of using a validation rules?

The advantage of using validation rules in Microsoft Access is that you get clean and consistent data in your database.


What is the index validation used for in iperms?

IT is used to upload any docs on a SM IPERMS records.


What is field validation?

Field validation ensures that a program or form is using clean incorrect data. A set of validation rules are used to check data that is entered into a system before it is processed.


Can a validation rule be created by using the expression builder?

Yes.


In Excel data validation features do not ensure that the data you enter into a cell or range of cells is within limits?

Yes, you can set ranges using validation options in Excel.


What are the seven stages of the input workflow in iPERMS?

Rescans, Index/Validation, Verify/Approve, Quality Control, Release Pending, Release in Progress, and Input Pending


what type of attack that can be avoided by using proper input validation rules?

buffer overflow


What are the five main types of validation checks?

types of validations are: required field validation range validation pattern matching validation database specific validation numeric validation


How do you write 6x6x6x6 using maths index notation?

In index form, that would be 64


What is validation check?

Microsoft uses this to make sure that the version of Windows you are using is genuine, before they offer you free software. You can check if the version of Windows you are using is genuine by right clicking 'My Computer' or 'Computer' on the start menu.


Outline one advantage and one disadvantage of using Human Development Index figures to measure standards of living?

one disadvantage of using human development index.


What is theDifference between concurrent and prospective validation in pharmaceutical?

If a validation study is conducted before placing a product in the market, then it is called prospective validation. If a product is placed on the market during the validation study, it is called as concurrent validation.