INTRODUCTION TO SOFTWARE ENGINEERING
SOFTWARE DEVELOPMENT LIFE CYCLE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Fill in the blank.We store all these information into something call ____ which has Tables that includes rows and columns.
|
API
|
|
database
|
|
client
|
|
JSON
|
Explanation:
Detailed explanation-1: -A table has records (rows) and fields (columns).
Detailed explanation-2: -System tables in SQL Server contain the all-important meta data, the data about your data. This data includes information about table names, column names, and data types, so that SQL Server can properly process queries and return result sets.
There is 1 question to complete.