Why index is used in database schema? Consider the following relational schema employees (emp id, name, email, phone) wh
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Why index is used in database schema? Consider the following relational schema employees (emp id, name, email, phone) wh
Why index is used in database schema? Consider the following relational schema employees (emp id, name, email, phone) where, emp_id is the primary key. Write SQL to create index for the columns: email and phone
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!