Computer Science, asked by arvs, 8 months ago

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 pawankumar1184
8

Answer:

2. A field with this data type increments.

Explanation:

Please mark as brainliest answer.....

Answered by ParvezShere
0

Answer of the given question:

  1. Display - The DISPLAY command must be placed immediately after the query statement on which you want it to take effect.
  2. 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.
  3. 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.
  4. 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.
  5. Rows - Displaying selected records on the basis of the same condition is called rows.

#SPJ2

Similar questions