CSE 385 Lecture Notes - Lecture 2: Unique Key, Binary Search Algorithm, Linear Search

37 views2 pages

Document Summary

Cse 385 - lecture 3 - retrieving data from single table. Staging database: used to test what you are doing. Real database: used once you"re sure it"s working. Test database: like real and can be used for testing purposes. Master database used to store information about schema. Check with db_id if ap" is null delete it. Tables can only have one primary key clustered identity field. Binary trees that are able to find data quickly. If you index from linear search to binary search speed is greatly increased! Using primary key from another table as field in another is called foreign key . Soft delete: don"t actually delete but mark as and then don"t show in queries; safer. Views do not execute as fast as a normal table. However, we can add indexes to views to make it execute almost as fast as table. example, vendorid is primary key for vendors table and primary key in invoices table.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents