Question
Which of the following is used to uniquely identify a
record in a database table?Solution
"A Primary Key uniquely identifies each record in a database table. It ensures no two records have the same value in the specified field. A table can have only one primary key. Primary keys cannot contain NULL values. Used for indexing and referencing."
What will come in place of the question mark (?) in the following series?
2, 5, 14, 41, 122, 365, ?
64, 32, ? , 48, 96, 240
10, 20, 60, 300, ?, 23100
3, 5, 12, 38, 154, ?
120, 120, ?, 360, 900, 2700
12    17    44    147    ?   3065   18420
...827, 820, 806, 785, 757, ?
58     69      56       ?      54       73
...12, 19, 33, ?, 117
251, 130, 274, ?, 301, 76Â