Multiple choice technology databases Which is a Valid table name: emp@_tab emp#_tab $emp_tab Emp_delete Reveal answer Fill a bubble to check yourself B,D Correct answer Explanation Oracle table names can contain letters, numbers, underscore (_), and pound sign (#), but cannot start with a number or contain @ symbol. emp#_tab and Emp_delete are valid. emp@_tab is invalid (@ not allowed), $emp_tab is invalid ($ not allowed).