Hi friends
This is suneel and i am new to teradata.
In both situvations teradata administrator and teradata sql
assitant 12.0
1)How to create database in teradata and under database
how to create user.
2)How to create table under that user and giving privilizes
to that user.
Thanks alot.
Answer Posted / chinna
Hi suneel first of all you create the user automatically
create database.first you login tdadmin after that
create user username(suneel) from dbc as
permanent=2000000,
spool=2000000,
temporary=2000000,
password=suneel;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the term 'primary key' related to relational database management system?
Can we collect statistics on multiple columns?
How to select first n records in teradata?
What is a sparse index?
What is inner join and outer join?
Can you connect multiload from ab initio?
What is a level of granularity of a fact table?
What are the multiload utility limitations?
Define views in teradata with syntax.
What are teradata utilities?
What are the various indexes in teradata?
Explain and compare pros and cons of snow flake schemas?
What is dimensional modeling?
What is the meaning of Caching in Teradata?
What is the maximum number of dml can be coded in a multiload script?