Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can we load single row of data into teradata database.
please give me the process.

Answers were Sorted based on User's Feedback



How can we load single row of data into teradata database. please give me the process...

Answer / yuvaevergreen

BTEQ or multiload(loaded tables) or fastload (empty table)
can be used to load a single row. But BTEQ would be a good
option if you load a single row from a file.Below is a example.

//STEP1 EXEC PGM=BTQMAIN
//LOGON DD DSN=TEST.LOGON(DEVLOGON),DISP=SHR
//SYSIN DD DSN=TEST.PARMLIB(BTEQ1),DISP=SHR

//*TEST.PARMLIB(BTEQ1)

BTEQ MAINFRAME IMPORT SCRIPT EXAMPLE – DATA MODE

.SESSIONS 1

.RUN FILE LOGON
.IMPORT DATA DDNAME=REPORT
REPEAT *
USING
EMP_NO (INTEGER)
INSERT INTO EMPLOYEE
VALUES
(:EMP_NO);

.QUIT;

Is This Answer Correct ?    6 Yes 2 No

How can we load single row of data into teradata database. please give me the process...

Answer / subbareddy kake

You can use Insert statement for loading one row into
Database

Is This Answer Correct ?    2 Yes 0 No

How can we load single row of data into teradata database. please give me the process...

Answer / tdguy

bteq could be a better option when it comes to loading a
single row. Other utilities are unnecessary as those are
designed for mass loading and unloading.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Teradata Interview Questions

What is the maximum number of dml can be coded in a multiload script?

0 Answers  


How to view every column and the columns contained in indexes in teradata?

0 Answers  


why use references rather than pointers in the public api, particularly for arguments which are modified?

0 Answers  


List out all forms of LOCKS that are available in Teradata.

0 Answers  


Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!

0 Answers   HP,


What exactly do you know about catching in teradata?

0 Answers  


What are the different functions included in the server software?

0 Answers  


While creating table my dba has fallback or no fallback in his ddl. What is that?

0 Answers  


What are the various reporting tools in the market?

0 Answers  


Highlight the differences between Primary Key and Primary Index.

0 Answers  


how do you handle ET and UV errors ?

2 Answers  


Can we collect statistics on table level?

0 Answers  


Categories