answersLogoWhite

0


Best Answer

Sequences are not necessarily ordered from lowest to highest. A sequence can be (3, 6, 2, 8, 9, 1, 10) and in that case, 1 is the MIN value, but 3 is the first value in the sequence. In a database, a table is usually ordered by the table's primary key. PrimaryKey FirstName LastName Age 1 Eric Smith 20 2 Joan Johnson 18 3 John Ericson 24 4 Steve Johns 74 In the table above, the MIN value and the first value of the primary key would be the same, but the MIN value and the first value of the AGE would not be the same. In that case, the first value would be 20, but the MIN value would be 18. If you ordered the AGE in ascending order, then the MIN and the first values would be the same: SELECT TOP 1 AGE FROM tablename ORDER BY AGE. would provide the same result as SELECT MIN(AGE) AS AGE FROM tablename.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between starts with and min value in sequence?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you determine a arithmetic sequence?

It is an arithmetic sequence if you can establish that the difference between any term in the sequence and the one before it has a constant value.


A certain arithmetic sequence has the recursive formula If the common difference between the terms of the sequence is -11 what term follows the term that has the value 11?

In this case, 22 would have the value of 11.


In an arithmetic sequence if the difference value is negative what is the effect?

It creates a decreasing sequence.


How is a arithmetic sequence found?

You take the difference between the second and first numbers.Then take the difference between the third and second numbers. If that difference is not the same then it is not an arithmetic sequence, otherwise it could be.Take the difference between the fourth and third second numbers. If that difference is not the same then it is not an arithmetic sequence, otherwise it could be.Keep checking until you think the differences are all the same.That being the case it is an arithmetic sequence.If you have a position to value rule that is linear then it is an arithmetic sequence.


What is the d value of the following arithmetic sequence 16 9 2 5 12 19?

The sequence in the question is NOT an arithmetic sequence. In an arithmetic sequence the difference between each term and its predecessor (the term immediately before) is a constant - including the sign. It is not enough for the difference between two successive terms (in any order) to remain constant. In the above sequence, the difference is -7 for the first two intervals and then changes to +7.


How do you create a sequence in which 1 and one fourth is added to each number?

To form a linear (or arithmetic) sequence you need two things: a starting value and the common difference. You have provided the common difference but not the starting value. If the starting value was a, then the nth term in the sequence would beT(n) = a + 5/4*(n - 1).


What is the difference between the place value and face value of 9 in 309812?

the DIFFERENCE between the place value and the face value is 991


What the difference between actual value and earned value?

The difference between the Actual Value & Earned Value is the Project Cost Variance


What is the difference between ethical value and value?

search


The difference between what the workers produce and what they earn is surplus value?

Surplus value is the difference between the value that workers produce and what they are paid in wages.


What difference value between K and Ct?

the same as the difference between ct and k


What are the 5 terms of an arithmetic sequence?

They are a, a+d, a+2d, a+3d and a+4d where a is the starting value and d is the common difference.