1. The formatted output to
display batches of records.
2. A field with this data type
increments by 1
automatically with each
record entry
3. Building blocks of a
database.
4. A data type to store short
messages.
5. Display of selected records
based on some condition.
Answers
Answered by
8
Answer:
2. A field with this data type increments.
Explanation:
Please mark as brainliest answer.....
Answered by
0
Answer of the given question:
- Display - The DISPLAY command must be placed immediately after the query statement on which you want it to take effect.
- Identity keyword in SQL- The MS SQL Server uses the IDENTITY keyword to perform an auto-increment feature. In the example above, the starting value for IDENTITY is 1, and it will increment by 1 for each new record.
- Tables- Tables are database objects that contain all the data in a database. In tables, data is logically organized in a row-and-column format similar to a spreadsheet. Each row represents a unique record, and each column represents a field in the record.
- Text - TEXT is a variable width character string data type that supports non-Unicode data in the code page of a SQL database server and with a maximum string length of 2,147,483,647. This data type is used for storing large pieces of string data values.
- Rows - Displaying selected records on the basis of the same condition is called rows.
#SPJ2
Similar questions