1 tag for Is there a way to access tables in Teradata without using database name
Hi , I am able to access tables only with the database_name.table_name . select * from database_name.table_name ; not able to access table directly . But online examples , I have seen table names direclty using .Is there a way. Can I create synonymns?? Regards.