subject

All tables are stored in packed form in blocks of length 4096 bytes. student has 10,000 tuples, each 200 bytes long. it is hashed on stuid, the primary key, and has a secondary non-clustered index on lastname, with three levels. there are 8000 values for lastname, 2000 values for firstname, 25 values for major, and 150 values for credit. faculty has 800 tuples of length 100 bytes. it has an index on facid, the primary key, with two levels. there is a secondary non-clustered index on department, with one level. facname has 650 values, department has 25 values, and rank has 4 values. class has 2500 tuples with length of 100 bytes. it is hashed on classname, the primary key, and has no secondary indexes. facid has 700 values here, schedule has 35 values, and room has 350 values. enroll has 50,000 tuples with length of 100 bytes. it has a composite index on the primary key, {class number, stupid}, with four levels, and it has no other index. the attribute grade has 10 values.

1) find the read cost only (no writing costs) of class |x| enroll using nested loops with:
- class as the outside loop and buffer size of only two blocks
- enroll as the outside loop and buffers size of two blocks
- class as the outside loop and buffer size of 10 blocks
- enroll as the outside loop and buffer size of 10 blocks

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
Pthe price of tickets in a group when a purchased in bulk can be found with the equation c=px+24 were c is the cost, p is the number of people,and x is the price per ticket. what is price of of each ticket if it costs $189 to buy tickets for 15 people ? a $8 b $24c $9d $11 show work
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
question
Computers and Technology, 23.06.2019 01:00
Write the command that can be used to answer the following questions. (hint: try each out on the system to check your results.) a. find all files on the system that have the word test" as part of their filename. b. search the path variable for the pathname to the awk command. c. find all files in the /usr directory and subdirectories that are larger than 50 kilobytes in size. d. find all files in the /usr directory and subdirectories that are less than 70 kilobytes in size. e. find all files in the / directory and subdirectories that are symbolic links. f. find all files in the /var directory and subdirectories that were accessed less than 60 minutes ago. g. find all files in the /var directory and subdirectories that were accessed less than six days ago. h. find all files in the /home directory and subdirectories that are empty. i. find all files in the /etc directory and subdirectories that are owned by the group bin."
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
Norder to receive financial aid at his vocational school, mario must fill out the fafsa. the fafsa is a form that must be completed to determine . in order to complete a fafsa, you must submit . the fafsa can students obtain
Answers: 2
You know the right answer?
All tables are stored in packed form in blocks of length 4096 bytes. student has 10,000 tuples, each...
Questions
Questions on the website: 13722367