- Teradata Cookbook
- Abhinav Khandelwal Rajsekhar Bhamidipati
- 72字
- 2025-04-04 17:23:31
How to do it...
- Let's execute our very first query:
/*Sample query*/
sel * from dbc.dbcinfo;
- The output of the preceding query will give us the current version of the Teradata Database system. Yes, we are on 15.10.03.07:

This is a heavy tool, so it will consume more resources from your PC compared to the handy and breezy SQL Assistant. We'll be exploring SQL Assistant in the later part of this chapter.