- Q What is meant by Fermi level in semiconductor? Where does the Fermi level lie in an intrinsic semiconductor?
- Q How to Save your test using QuickTest Professional (QTP)?
- Q Music Teacher job roles and responsibilities? Music Teacher job duties?
- Q How to claim the policy?
- Q Which library is provided by Struts for form elements like check boxes, text boxes etc?
- Q What is personal archive in exchange server 2010 archiving?
- Q View this time-lapse movie (http://openstaxcollege.org/l/conceptus) of a conceptus starting at day 3. What is the first structure you see? At what point in the movie does the blastocoel first appear? What event occurs at the end of the movie?
- Q Define private, protected and public access control.
- Q What is the challenging and complicated People code you have written?
- Q The Southwestern reporter contains: (A)Tennessee state cases (B)Federal district court cases (C)Supreme court cases (D)Sixth circuit court cases
- Q Is it safe to pay the premium through Insurance Agent?
Question
How do you check the rows in a table are equally distributed in all spu’s or not?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Answers
To check the distribution of rows run the following query
SELECT datasliceid, COUNT(*)FROM GROUP BY datasliceid
Your Comment
SELECT datasliceid, COUNT(*)FROM