Suppose in a situation if two list boxes are there and if you select multiple options based on that the options related to those selected items should display in second list box. Again if we select multiple items in second listbox then the related to those selected items should display . In this scenario how will you design database,tables?
1 5344What is the difference between two queries: 1. SELECT * FROM table WHERE 1=1; 2. SELECT * FROM table
17 50175Post New HP SQL Server Interview Questions
regarding safety what would u consider the most important rules to observe when inspecting electrical equipment?
How to estimate testing effort ?
What are the different objects in di api ?
What are the components of r functions?
How does spark program work?
What is plist?
What is cmutex? How can we use it?
What is boolean algebra?
Is mvc a react?
Explain what is an application domain?
DB is in windows, application server can be configured in Windows or Unix or Anyone?
What do you understand by datacontext class? How is it related to linq?
How can we make a batch job occur at regular interval?
Name the five phases that come under MultiLoad Utility.
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above