What is the largest component inside a field?
Answer / Prawin Kumar
In SQL Server, determining the largest component inside a field depends on the data type. For numeric fields like integers or floating-point numbers, the largest value would be the maximum possible value for that specific data type (e.g., 2147483647 for an integer). For string fields, the largest component is typically considered to be the longest string in terms of characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you size a resultset?
What is the maximum row of a size?
What is the simplest way to create a new database in ms sql server?
What is a field name?
Can we check locks in database? If so, how can we do this lock check?
Explain steps of normalization?
1.What is the deferece between DBMS & RDBMS? 2.How can you trouble shoot? If u will get error while installing sql server? 3.How can u trouble shoot slow running query? 4.how can u trouble log shipping errors? 5.why do we use merge replication instead of T.log replication?
What is scalar user-defined function?
What are the types of user defined functions in sql server?
What are system databases into sql server (2005/2008)?
What is the use of RDBMS?
1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)