Yes, you an create columns which contains space. Just include those column names in double quotes.
Example which shows querying:
Code:select employee_id, "first name" from employees;
Can we create column names containing spaces in oracle table? Is it possible? If so how can we create?
Yes, you an create columns which contains space. Just include those column names in double quotes.
Example which shows querying:
Code:select employee_id, "first name" from employees;
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks